Reputation: 999
I have recently started learning to develop android apps using PhoneGap. So I set up the environment and the project as mentioned here
The project builds fine but when I try to run it on emulator it says 'Unfortunately, HelloWorld has stopped working'
I have tried creating several projects but I get same error. What am I doing wrong?
Upvotes: 0
Views: 209
Reputation: 1051
Either your code is messed up or the emulator. Try to use Genymotion which is the fastest Android Emulator. If this doesn't help then post your code.
Upvotes: 1