Android Question .APK File

rfresh

Well-Known Member
Licensed User
Longtime User
I'm still a bit fuzzy on creating a free (Trial) and a paid (Pro) version of my app.

I have created two build configurations: trial and pro.

When I create the Trial version, I set the Trial version in the build configuration:

com.rfresh.ezholdstrial

and then I compile and run it. In the Objects folder I see EZHolds.apk

When I create the pro version I select the build configuration com.rfresh.ezholdspro.

and then I compile and run it. In the Objects folder I see EZHolds.apk

Why is the .apk file the same? I was expecting to see something like EZHoldsTrial.apk and EZHoldsPro.apk.

Should I manually rename them? The .apk file name seems to be coming from the project folder name I have the project in.
 

DonManfred

Expert
Licensed User
Longtime User
Why is the .apk file the same?
You can rename it like you wish.

The apk name is NOT relevant. It is based on the b4a projects name.
You can use the commandline compiler to set different apk names. or you copy the file after compilation.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…