| Author |
[Resolved] Application crashes on starting second Activity
|
Rahul Rohilla
Greenhorn
Joined: Jun 02, 2010
Posts: 2
|
|
When I start a separate Activity my application is crashing. The way I am doing is from the main activity onClick handle I call.
the showNextDialog is defined in main.xml as
<Button
android:id="@+id/NextWindow"
android:layout_width="137px"
android:layout_height="40px"
android:text="Show"
android nClick="showNextDialog">
</Button>
The second activity that is created is
The services.xml is defined as
Anybody having any idea why the application is crashing...
|
 |
Sean Overby
Greenhorn
Joined: Jan 19, 2010
Posts: 4
|
|
A stack trace / logcat dump would go a long way toward being able to help you.
|
Sean Overby
SCJP 1.4, SCWCD 1.5
|
 |
Rahul Rohilla
Greenhorn
Joined: Jun 02, 2010
Posts: 2
|
|
|
I did not add the Activity to manifest.xml, worked fine after adding it. Thanks Rahul
|
 |
 |
|
|
subject: [Resolved] Application crashes on starting second Activity
|
|
|