I write my program
I test it and I download it to phone with the debug option
I sent many sms and I test the program and it is ok
now i want to install it as release
and this is the problem
the programm can not install (fail to install)
I try with the debug option
the same message the programm fail to install
any help?
B4A ver 7.00
I use the modules phone and stringutils
Telephone is samsung siii neo
I have free space to card and to sdcard
Now what do you mean by "i try to install the apk from the external sd card", compiling will install the app directly to the device if you have it connected via USB or bridge.
First I try with the bridge
I copy the apk to the card and I try to install from there
it start the installation it ask me to press install (shows that the program send sms and communicate with internet)
I press the install
wait 3-5 seconds
and then the message
the app does not installed
You may have to uninstall the old app (not the old B4A) on the device if it was compiled before B4A 6.30. Take a look at this link: https://www.b4x.com/android/forum/threads/b4a-v6-30-has-been-released.71212/
from its first post Erel says:
Note that the debug key has been replaced. If you are using B4A-Bridge then you will need to uninstall the existing developed app before deploying the new one (required once).
The reason the program installed for you now is because you created a new app by changing the package name. As I explained to you in post#6, you needed to UNinstall the old app on the phone/tablet, and then install the app compiled with the newer version of B4A. Actually your old app is still in the phone/tablet
And now i have an other problem
i run the program with the debug option and it can read the file pelaths.csv
When I run with relase the log file have the error
java.io.FileNotFoundException: /mnt/sdcard/download/pelaths.csv: open failed: EACCES (Permission denied)