I’m using Samsung Galaxy POP. Android version 2.2 Froyo. I’m new to android programming. I was too much exited to install Mid3D demo on my phone and see it before I think ahead with it.
the link is here
http://code.google.com/p/min3d/downloads/detail?name=min3dSampleProject1_020.apk&can=2&q=
but when ever I use this
>adb install [Mid3D apk file name]
an error occurs like :
1052 KB/s (1688402 bytes in 1.566s)
pkg: /data/local/tmp/min3dSampleProject1_020.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
I’m using Windows 7.
Any idea to solve this?
That APK is indeed not signed. You need to sign it to be able to install it, or just get the sample project source and build it with Eclipse. That will automatically generate a test certificate and sign the APK, so you can try it out.