[android-developers] Newbie having trouble launching new activity, application stops unexpectedly

2010-12-12 Thread vtb
New to programming in Android and having trouble launching a video to play activity. I am pulling what remains of my hair out so any help or advice would be greatly appreciated as I have tried all sorts and scanned the net for days bu have not come up with the answer and I bet it's a simple answer.

Re: [android-developers] Newbie having trouble launching new activity, application stops unexpectedly

2010-12-12 Thread Mark Murphy
XML is case-sensitive. Your second activity has an element, not an element. Also, your path to your video file is doubly incorrect. What you have in there now is a reference to a file on your development machine, which is not valid for the emulator or the device. The path you have commented out

Re: [android-developers] Newbie having trouble launching new activity, application stops unexpectedly

2010-12-12 Thread Kostya Vasilyev
"activity" tag should not start with a capital letter. Beyond that, check the logcat (run "adb logcat" on the development computer, see what it says if you still get errors). -- Kostya 12.12.2010 14:29, vtb пишет: -- Kostya Vasilyev -- WiFi Manager + pretty widget -- ht