B4A Question b4a v12.8 feedback - aeric (first post)    Jul 17, 2024   (1 reaction) About the filename, if I create apk, it may also produce result.apk, which I think is due to the project name having white space or special characters like period. Other What need to change to my APK file take the APP Name ? - Martin Larsen (first post)    Feb 19, 2020 Note that is also applies to accented letters. My apk is called result.apk because I use the Danish letter æ in the b4a file.
But as stated, it doesn't really matter except when sharing the apk file with others for testing. Then it makes sense to use a telling name, especially if you share more than B4A Question app runs smooth in debug but crashes in runtime - Zeev Goldstein (first post)    Jan 25, 2023 my app's name has no spaces...
still the apk's name is result.apk
#Region Project Attributes
#ApplicationLabel: XXX_YYYzzz
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
another app that i have do have space B4A Question Compiling for release - result.apk - Cantaflex    Apr 29, 2020 When compiling my first B4A package named uk.co.vertexplus.checkmate2.model120 in release mode the file produced and saved in the 'object' folder is named 'result.apk' although I cannot see any gaps in the given name which might have caused this. Methinks perhaps the package name is too long? Is i Wish Android App bundle - BundleTool - Erel (first post)    Jul 04, 2019   (1 reaction) The result AAB will not have any advantage of the original APK unless you are using a library with large native resources such as ffmpeg. In that case the installed app will be a few mb smaller. B4A Question Launch the app.. - RandomCoder (first post)    Feb 27, 2015 The APK is located in the Objects folder of your project. But if you use a space or period (.) in your project name then it will automatically be renamed to result.apk If for some reason the device is not connecting to your computer, this APK can be manually copied to the device and run. It would h B4A Question GooglePlay issues - mbatgr (first post)    May 24, 2021 Sorry for the delay...The only thing I observed is that now the compiled project is result.apk and result.aab respectively. I have the sense that in previous compilation (with past versions of B4A) the name was similar with the name of my project btsoy.fullversion.xxxxxx2 declared in "Build Settings German Wo find eich bitte die fertigen Apps (APK) ? - JOTHA (first post)    Jan 23, 2019 ... die Datei heißt result.apk ... diese kann man aber auch umbenennen, sie funktioniert dann trotzdem, solange die Endung .apk bestehen bleibt (siehe Screenshot). Spanish Cambiar nombre aplicación -SOLUCIONADO - bgsoft (first post)    Mar 26, 2015   (1 reaction) Hola Perdona pero algo habras echo mal :D, por que es una de las formas rápidas de cambiar el nombre del proyecto y de la apk. Si despues de renombrarlo no lo has cargado y compilado es logico que no te saliera. Luego al renombrar el nombre de la aplicación y compilar ha surgido efecto, pero no por B4A Question Why APK file name is not same as package name. - mangojack (first post)    Jan 17, 2021   (2 reactions) If I remember right ... .apk file name is derived from your Project name . If the project name contains a space you will end up with "result.apk"
ie: compiling in Release mode ...
"My Project.b4a" > "result.apk"
"MyProject.b4a" > "MyProject.apk" Page: 1   2   3   4   5   6   7   Powered by ColBERT |