B4A Question Get sizes of libraries to optimize resulting APK's? - JohnC    Mar 10, 2020 associated lib into the APK, making it bigger then it needs to be. Is this a correct understanding?
Going on the assumption that I do understand this correctly, I want to keep the APK size down. So... B4A Question Compiling for release - result.apk - Cantaflex (first post)    Apr 29, 2020 Thank you DonManfred - spot on. No space in the Package name, but a space in the project file name ... B4A Question result.apk - techknight (first post)    Aug 9, 2013 Its not, but it is, at least for me. It makes it easier to organize my APKs, the way I have them... basically when I compile, I then just rename the APK file with the dash. Extra step, but oh well. I am not... B4A Question APK result version Sample 1.0.2 is this possible? - metzeller_2013 (first post)    Jul 5, 2014 OK Thanks.... DonManfred... Bug? Compiling app does not include all libs in Apk. - moster67    Jan 8, 2018 ) are not exported into the resulting Apk and of course the app will not work. If use my libraries in... (vitamio-ffmpeg and ffmpegencoder under assets) are included in the resulting Apk as you can see here: 63521 After analyzing the Apk generated by B4A, I noted that my ffmpegencoder-libraries (under assets) are not included in the resulting Apk. Only the relative Vitamio ffmpeg libs are included...'t understand why B4A does not include my ffmpegencoder-libs into the resulting Apk while... B4A Question Developing for Wear OS 3.5 - canalrun    Nov 25, 2022 I have a Samsung Galaxy Watch 5 I would like to develop for – just simple stuff for fun. It uses Android 11 and Wear OS 3.5. Has anyone tried developing for Wear OS 3 or above? I see Agraham's tutorial "Using B4A to Develop for a Wear OS 2 Watch" and plan to follow that closely. One thing, I'm planning to use ADB's command "install" to sideload the resulting APK rather than going through Google Play. I am guessing this will work. I think I have read somewhere... B4A Question Unoptimized APK - Addo    May 31, 2019   (1 reaction) today when i updated my apk i get this warning message in playstore console before rollout any one have the simillar warning message ? Unoptimized APK Warning: This APK results in unused code and resources being sent to users. Your app could be smaller if you used the Android App Bundle. By not optimizing your app for device configurations, your app is larger to download and install on users... configurations, or manage it yourself with multiple APKs. ... Italian Creazione pacchetto dell'app - Sagenut (first post)    Aug 1, 2025 Guarda nella cartella Objects del tuo progetto. Lì dovresti trovare il file apk. Potrebbe chiamarsi result.apk... Wish Generate a non-English apk file name - byz    Jan 17, 2025 At present, the name of the project in English will generate an apk file with the same name as the project. Chinese the project name generates a result.apk. Currently, in version 13.1, you can set..., %WINDIR%\System32\cmd.exe,/c move /y %PROJECT_NAME%.apk "中文.apk" #CustomBuildAction: 4, %WINDIR%\System32\cmd.exe,/c move /y result.apk "中文.apk" #end if But if Erel wants to, I ask that non-English projects can also generate the corresponding project name, or add a parameter to specify the apk... Italian Generazione file apk - Fulvio75    Sep 5, 2020 Ciao a tutti, qualcuno sa spiegarmi perché in alcuni progetti sotto la cartella objects viene creato il file apk dell'applicazione con il nome esatto dell'applicazione mentre in altri il file viene nominato result.apk? Devo sempre rinominarlo manualmente :-( Grazie... Page: 1   2   3   4   5   6   7   |