I\'m building my first mobile app using PhoneGap and jQuery Mobile, and I\'ve run into a little issue.
I\'ve been testing it on Android, both on a physical device an
I had the same problem. Seems to be a new default in PhoneGap 2.0.
In the .java file under the src folder (MainActivity.java appears to be the default file name), comment out onCreateOptionsMenu function.