Giusy Active Member Licensed User Jul 6, 2018 #1 Hi, I have finshed my little program. I want to test it whit a new device without bridge. how can I do? Thanks
Hi, I have finshed my little program. I want to test it whit a new device without bridge. how can I do? Thanks
BillMeyer Well-Known Member Licensed User Longtime User Jul 6, 2018 #2 Compile it in Release Mode. Then look under ProjectName/Object/ - you will see {name}.apk Transfer this .apk to your new device and click on it there - it will install if you have set your phone to accept unknown sources in the setup. Follow these instructions to put it in that mode: https://www.applivery.com/docs/troubleshooting/android-unknown-sources Enjoy !! Upvote 0
Compile it in Release Mode. Then look under ProjectName/Object/ - you will see {name}.apk Transfer this .apk to your new device and click on it there - it will install if you have set your phone to accept unknown sources in the setup. Follow these instructions to put it in that mode: https://www.applivery.com/docs/troubleshooting/android-unknown-sources Enjoy !!
Maodge Member Licensed User Jul 6, 2018 #3 generate release apk file. copy to phone and install it. Upvote 0
Giusy Active Member Licensed User Jul 6, 2018 #5 Hi, In the object folder I have MYPROG_RAPID_DEBUG Wath is Release Mode? I copy the apk file on my phone where exactly? I am new in B4a Upvote 0
Hi, In the object folder I have MYPROG_RAPID_DEBUG Wath is Release Mode? I copy the apk file on my phone where exactly? I am new in B4a
DonManfred Expert Licensed User Longtime User Jul 6, 2018 #6 Giusy said: Hi, In the object folder I have MYPROG_RAPID_DEBUG Wath is Release Mode? Click to expand... Compile your app IN RELEASE MODE! The apk you see its a debug apk. This apk can only run started from the IDE. Giusy said: I copy the apk file on my phone where exactly? Click to expand... It doesn´t matter. Open the file on the device using a Filemanager and install the app when asked... Upvote 0
Giusy said: Hi, In the object folder I have MYPROG_RAPID_DEBUG Wath is Release Mode? Click to expand... Compile your app IN RELEASE MODE! The apk you see its a debug apk. This apk can only run started from the IDE. Giusy said: I copy the apk file on my phone where exactly? Click to expand... It doesn´t matter. Open the file on the device using a Filemanager and install the app when asked...
Giusy Active Member Licensed User Jul 6, 2018 #7 Hi DonManfred, I don't know what is IN RELEASE MODE! Please, explain me Upvote 0
DonManfred Expert Licensed User Longtime User Jul 6, 2018 #8 https://www.b4x.com/etp.html Watch the tutorials. It is all described there... I think it is in the Debugging Video. Change the Dropdown in the mainwindow from Debug to Release and compile again. Upvote 0
https://www.b4x.com/etp.html Watch the tutorials. It is all described there... I think it is in the Debugging Video. Change the Dropdown in the mainwindow from Debug to Release and compile again.
Giusy Active Member Licensed User Jul 6, 2018 #10 Hi, DonManfred, I've done it But this apk it's the same that I can use on Play Store? Upvote 0
DonManfred Expert Licensed User Longtime User Jul 6, 2018 #11 You can upload the Release APK to Playstore, yes. Make sure to use your own Sign-Key. Upvote 0
Giusy Active Member Licensed User Jul 6, 2018 #12 Yes, I have seen this option. After fill the form of the sign key, how I connect the key whit the apk? Upvote 0
Yes, I have seen this option. After fill the form of the sign key, how I connect the key whit the apk?
DonManfred Expert Licensed User Longtime User Jul 6, 2018 #13 I strongly suggest to watch all the Videos. I´m not interested to spent more time on this noob questions. My free time is rare. Upvote 0
I strongly suggest to watch all the Videos. I´m not interested to spent more time on this noob questions. My free time is rare.