khleug35 Posted December 31, 2018 Share Posted December 31, 2018 Hello everyone and happy new year. I am very happy to create my new HTML5 platformer game made using Panda2. http://www.html5gamedevs.com/topic/41924-panda2-dead-gunner/ I tried to use Panda2 to build apk file and publish this to play store, finally, I unsuccessful The following is my step Firstly, I follow the tutorial to create keystore https://support.magplus.com/hc/en-us/articles/204270928-Android-Kindle-Fire-Creating-a-Keystore-File http://docs.phonegap.com/phonegap-build/signing/android/ Here is my code keytool -genkey -v -keystore super-key.keystore -alias superalias -keyalg RSA -keysize 2048 -validity 1000 After i have created my keystore file(super-key.keystore) and place it at the root of my project folder and fill in the input field to the Android Signing settings: and click 'Build' button Panda2 is built the release.apk successfully. but when I upload to play store, it still displays debuggable error Do I need to create a config.xml file and type this script android:debuggable="false" on it??? or I missed a step??? Thank you so much. thanks Quote Link to comment Share on other sites More sharing options...
khleug35 Posted January 1, 2019 Author Share Posted January 1, 2019 I tried to use Cordova to build apk for my game and upload to google play console. it uploaded successfully I hope that I can using Panda2 Editor to build apk and upload to google play console. but google play always show I uploaded debuggable apk, any idea? or I missed a step??? Thanks Quote Link to comment Share on other sites More sharing options...
enpu Posted January 1, 2019 Share Posted January 1, 2019 What Panda 2 version are you using? khleug35 1 Quote Link to comment Share on other sites More sharing options...
khleug35 Posted January 1, 2019 Author Share Posted January 1, 2019 @enpu Thanks, I updated 1.6.0 to 1.6.1, and my problem is solved Google Store Link I'm sorry for asking such a stupid question......... Quote Link to comment Share on other sites More sharing options...
enpu Posted January 1, 2019 Share Posted January 1, 2019 No problem! Good that you got it working Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.