Android Question Custom APK filename

prajinpraveen

Active Member
Licensed User
Longtime User
is it possible to give apk a custom name during compilation?
eg : b4Xexample.apk instead of b4aexample.apk
 

kisoft

Well-Known Member
Licensed User
Longtime User
Hi
What do you mean?
Application name or package name or APK file?

aplikation name:
B4X:
#Region  Project Attributes
    #ApplicationLabel: MaY NaMe RUDOLF
    #VersionCode: 1
    #VersionName:
Package name use only lower case letters.

The apk file name is generated automatically by the compiler.
You can rename the apk file in Windows. What will be the effects, I do not know.
 
Last edited:
Upvote 0

prajinpraveen

Active Member
Licensed User
Longtime User
is there no ways to do this through the B4A IDE? scenario is to keep the apk names different for two versions of the application.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top