P prajinpraveen Active Member Licensed User Longtime User Jan 20, 2020 #1 is it possible to give apk a custom name during compilation? eg : b4Xexample.apk instead of b4aexample.apk
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 Jan 20, 2020 #2 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: Jan 20, 2020 Upvote 0
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.
Erel B4X founder Staff member Licensed User Longtime User Jan 21, 2020 #3 The APK name is really not important. You can create a bat file that uses the command line compiler to build the project and rename the APK. Upvote 0
The APK name is really not important. You can create a bat file that uses the command line compiler to build the project and rename the APK.
P prajinpraveen Active Member Licensed User Longtime User Jan 21, 2020 #4 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
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.
DonManfred Expert Licensed User Longtime User Jan 21, 2020 #5 prajinpraveen said: scenario is to keep the apk names different for two versions of the application. Click to expand... No problem using the Command Line Compiler and a batchfile Upvote 0
prajinpraveen said: scenario is to keep the apk names different for two versions of the application. Click to expand... No problem using the Command Line Compiler and a batchfile