Can not install app from Google play store

Hi All,

I met a problem with my apps when install them from Google play store. I can not install my apps on device when I build with Java version 1.7.0 or above on corona sdk. On my device it show message “can’t be installed, Try again…” and show error code: -103.

When I build with java version 1.6, I can install my app correctly.

So, anybody have any i dea? (I can not use java v1.6 because some software on my PC can not run)

Thanks!

What platform are you using, Mac or Windows?

Are you able to side-load the app signed with 1.7 on your device using ADB? That would tell you if there is a signing issue with 1.7.

We don’t have any other users reporting this problem so we don’t think it’s a Corona issue.

Hi Tom, 

I build my app on Mac OS (v10.11). When I build in debug mode, i can install on my phone normally. But this problem only happen when I install from google play store. 

My device Is Lenovo A859, android 4.2.2

Br,

What happens if you try to install the same APK that you uploaded to Google Play on your device using ADB? Does it install or give you the same error? We want to know if the non-debug APK installing correctly locally.

I can’t install release build on my device by adb. It show error:  Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

This is my game https://play.google.com/store/apps/details?id=com.bee.touchAndTap

I test with another device (android 5.0) it installed correctly, but on my device it can not install. 

Thanks

Since you can’t install it on your device, please tether your device to your computer using the USB cord and open up a terminal or command prompt window and run:

adb logcat

Try installing your app and look for any errors. If you need help with this task, please read:

http://docs.coronalabs.com/guide/basics/debugging/index.html

Rob

For what it’s worth, it installed just fine on my android 6 tablet.

What platform are you using, Mac or Windows?

Are you able to side-load the app signed with 1.7 on your device using ADB? That would tell you if there is a signing issue with 1.7.

We don’t have any other users reporting this problem so we don’t think it’s a Corona issue.

Hi Tom, 

I build my app on Mac OS (v10.11). When I build in debug mode, i can install on my phone normally. But this problem only happen when I install from google play store. 

My device Is Lenovo A859, android 4.2.2

Br,

What happens if you try to install the same APK that you uploaded to Google Play on your device using ADB? Does it install or give you the same error? We want to know if the non-debug APK installing correctly locally.

I can’t install release build on my device by adb. It show error:  Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

This is my game https://play.google.com/store/apps/details?id=com.bee.touchAndTap

I test with another device (android 5.0) it installed correctly, but on my device it can not install. 

Thanks

Since you can’t install it on your device, please tether your device to your computer using the USB cord and open up a terminal or command prompt window and run:

adb logcat

Try installing your app and look for any errors. If you need help with this task, please read:

http://docs.coronalabs.com/guide/basics/debugging/index.html

Rob

For what it’s worth, it installed just fine on my android 6 tablet.