Yeah I need to upload my new app I wonder if it’s a play store error instead of a corona sdk error
It seem error is from Corona SDK ? When build apk Corona turn on android:debuggable=“true” in AndroidManifest.xml ?
I checked with another code,It has been build and uploaded succeful to google play but now it also get error above.
I try seting the value to flase but corona uses a built settings and config file so I don’t know what the problem could be. This morning I try to upload the apk file again but the play store said I exceed my time to upload an apk. So I don’t understand stand this problem at all. I sign my last mobile application with the same keystore and it work but the second time I try I get the error. Also google could be the problem becuse corona sdk does not use manifest. And my build settings does not have this boolean value.
Same problem
I try to upload an apk which successful upload before, but also get error
I think it’s google’s error
Try to set android:debuggable=“false” ,but doing so has no effect
Did you set the value in your building settings
I try to use apksign.jar and jarsigner to re-sign the apk, but no effect
Even I do not use corona, it will also go wrong
Try contacting the google developer console I am going to try that too lets see what they say
hey i just contacting google try to upload your apk with a different browser because some time your extensions could interfere with the process of apk upload.
Let me know if that solves things. I just uploaded an alpha build of an app (since I don’t have anything publishable) using Firefox and it took it with no errors.
Also, what version(s) of Corona SDK are you building with?
Are you on Windows or a Mac?
Any other information would be helpful.
Rob
I am on windows thanks
How did you sign your keystore did you cmd or or eclipse
It’s still error . I use Corona SDK 2013.1138 ( 2013.6.12) on Window. Every thing worked, before. I only changed small in code to update version, now it don’t work :(. I’m stress now
Don’t be stress try this I just Read you could solve problems like these by logging out and log back in to google console I don’t try it yet but see if it work and let me know
I wonder if this is a Windows corona sdk problem that would be funny
you are right, it’s error of window corona, i have used a mac to build, it’s ok. ( the same code, same keystore ).
Good I try using a mac and see if it build Thanks
hey guys i am very happy to tell you i solved the problem. this error means you need to update your corona sdk or uninstall it and reinstall instead of using a mac i just uninstall corona from my pc and reinstall it and it works fine. hope this help anyone that is experiencing this issue
I can confirm that updating did fix the problem for me. I was using build 2013.1076 and experienced the same issue (“debuggable apk”).
Reinstalling it didn’t help.
I happened to have build 2013.1137 downloaded so I tried installing that. Same issue.
Tried installing build 2013.1202 (last public release before Graphics 2.0 was included) and the problem does not occur in this build.
Yes the new public release should should solve the problem also the new version comes with support for the ouya android game box. I am guessing the reason why that error occurred was the corona sdk server did not built properly. So all you. Guys out there with the old version go and install the latest version of the corona sdk
Corona Labs please let me know when you fix this issue on your build servers. It is building .apk incorrectly or in such a way Google Play thinks it’s set for debugging. Everything was fine a week or two ago when this problem did not exist.