It looks like you're new here. If you want to get involved, click one of these buttons!
192.168.56.101 |
d:\gideros>adb connect 192.168.56.101 connected to 192.168.56.101:5555 d:\gideros>adb install GiderosAndroidPlayer.apk 3003 KB/s (2026528 bytes in 0.659s) pkg: /data/local/tmp/GiderosAndroidPlayer.apk Failure [INSTALL_FAILED_INVALID_APK] |
Comments
Can you tell me the model of your android device and android version?
Related to your previous question, we also build GiderosAndroidPlayer.apk with build.xml + ant debug. There shouldn't be problem with building with ant. I'll test more.
After your post, I installed the player to the emulator with Android 2.2 and player opened without a problem. But I couldn't make a network connection to it. After that I exported a sample project (Bird Animation) as an eclipse project and deployed it to the emulator. It run but with 2-3 fps
Unfortunately, you need a real device to test and see your application. Other alternatives are not very suitable.