I have a working Android SDK install, and just downloaded PG 0.93. I'm doing command-line Android (mostly because I hate Eclipse). Following the instructions in the PG wiki, I did an "android update project -path . -target android-7", which appeared to work, and then an "ant debug install"
with the emulator running. No error messages appear (other than the usual warnings and messages I get when building an Android app from Java).
When I launch the app in the emulator, the app Force-Closes and adb reveals that it is due to a ClassNotFoundException, failing to find com.phonegap.Sample.Sample . I can see the class being compiled (it's in the bin\classes directory). 'dexdump' confirms that the class is in the classes.dex in the same bin directory. Anybody got any helpful tips how to track down what's going wrong here?
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
--
You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
Yes. Actually, mostly just trying to build it and run it in the emulator. (From there, once I have an APK I’m in comfy territory.)
Also, this is just trying to build the Android Sample app that comes with
the PG0.9.3 binary distro. I'm not even at the point of trying to build a
new project yet.
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -----Original Message-----
> From: phon...@googlegroups.com [mailto:phon...@googlegroups.com]