Tayfur Well-Known Member Licensed User Longtime User Jun 24, 2015 #1 Hello ; I opened a account on play store. I traning it I want to first application. So i cant upload I revice a message : Installation failed you install an APK signed in debug mode. APK you need to sign in broadcast mode. Learn more about signing. How is fix it? I used this apk file . ...\myproject\Objects\myproject.apk
Hello ; I opened a account on play store. I traning it I want to first application. So i cant upload I revice a message : Installation failed you install an APK signed in debug mode. APK you need to sign in broadcast mode. Learn more about signing. How is fix it? I used this apk file . ...\myproject\Objects\myproject.apk
DonManfred Expert Licensed User Longtime User Jun 24, 2015 #2 Tayfur said: How is fix it? Click to expand... Compile your app in RELEASE mode. DONT use any of the DEBUG modes Upvote 0
Tayfur said: How is fix it? Click to expand... Compile your app in RELEASE mode. DONT use any of the DEBUG modes
Tayfur Well-Known Member Licensed User Longtime User Jun 24, 2015 #3 DonManfred said: Compile your app in RELEASE mode. DONT use any of the DEBUG modes Click to expand... thank you; I added project>> private sign key ... (randomly) it is work.. Upvote 0
DonManfred said: Compile your app in RELEASE mode. DONT use any of the DEBUG modes Click to expand... thank you; I added project>> private sign key ... (randomly) it is work..