I'm trying to run the samples on a G2 with Android 2.2.1.
I'm using mac ox and so for some reason connecting directly from Eclipse is hard. I made a .apk file for each of the samples, moved them to the phone, and tried to install them. The installation is not working (just says installation failed.)
On the Emulator, they do seem to install, but I get some error about the internet connection being needed to determined the properties of the camera.
Any ideas?
Thanks a lot,
S
Have you installed the latest ADT (Android Development Tools) plugin in Eclipse? Macs are usually pretty good about recognizing devices, can you mount the sdcard and see it in the Finder? Be sure to unmount the sdcard when you're done, eject it in the Finder before changing the connection on the phone.
Other tests you can try: open the Terminal application, and cd to the Android platform-tools directory. Try running "adb logcat" to connect to the device log. You can also use the "adb install" command to install an APK directly.
The QCAR SDK does not work in the Android emulator.
- Kim