• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Development problem

lucicam

Lurker
ok, so I've actually given up hope after trying to fix my problem for 4 h and said I should ask some people ....
so, I'm watching the Android Developing Tutorials (using the 2.2 android version) from thenewboston on youtube and I can't seem to get a problem solved.I saw that more people had the problem but they fixed it in the end and I tryed like 6 ways to fix it and still nothing.

my problem is that when I use the Intent command or whatever it's named ... I get an error that says "The aplication Test(process com.luci.www) has stopped unexpectedly" ... and I tryed to debug it but didn't quite understand what's the problem :(

please help me , I can't proceed properly and I really want to start developing android applications, and if the problem still persists, don't know if I'm gonna still continue :|

I'm gonna atach the project ... and please tell me what was wrong if you find ot the problem .... Thank You !
 
Can you post the logcat output? However, I am willing to bet you either didn't include the second Activity in your manifest, or included it incorrectly.
 
Back
Top Bottom