Android Question APK Install questions

GaryK4

Member
Licensed User
Longtime User
(2) questions:
Under files in B4A, I added a file like myfile.txt. It appears in the apk file. I want this file to be installed so that I can reference it. How do I do that?

On my last program the apk was named result.apk I thought it was supposed to be named pachage_name.apk? How do I set the apk name?​
 

GaryK4

Member
Licensed User
Longtime User
1- Read about File.Copy, however, if you want to just read it you can just do that, read the documentation I posted on the link.
2- Make sure you don't have any spaces in your project name.

I can not find the file on my device after installing, so I don't know how file copy would help.

I do have spaces in my project name - Thanks, that was easy.
 
Upvote 0
Top