apk

  1. T

    Android Question LPA managing application

    Hi, I'm currently trying to develop an android application to manage eSIM profiles including functions to download, enable, disable, delete profile. However at the current stage, I'm unable to even hit the LPA code while attempting to download the profile from a hardcoded LPA string within the...
  2. S

    Android Question Generate APK instead of AAB

    Hello, maybe it's been asked before, but I can't find it. How to generate APK instead of AAB ? AAB works perfect on Google, and for Google I'll need to keep using that. But Amazon and Samsung developers portals require APK's. Is there a way to generate APK (this was possible before right...
  3. Daniel44

    Android Question PHP TO APK?

    Hi everyone I wonder if it is possible to convert an entire website written in PHP to apk as in this example Here I've seen that uses just a webview but I don't know if that is possible with B4A I've also seen another app to "convert" php to apk Here Thank you in advance.
  4. carlos7000

    Spanish Extraer librería de un APK

    Hola a todos. Hace unos años cree una pequeña aplicación que incluía una sencilla librería de mi propiedad. Hoy he tratado de actualizar dicha aplicación pero el compilador me exige la librería, librería que he perdido. Escribir la librería de nuevo no es un gran problema, pero toma tiempo que...
  5. P

    Android Question Amazon Appstore: Invalid apk

    Hello. I've been trying to upload my app on the amazon appstore but it returns "Invalid APK" I read on their forums that maybe your apk is missing Version Code and Version Name attribute. Try adding #VersionName and #VersionCode in the build.gradle file. OK, but how do i add them when i'm not...
  6. P

    Android Question Custom APK filename

    is it possible to give apk a custom name during compilation? eg : b4Xexample.apk instead of b4aexample.apk
  7. Soroush68

    Android Question Problem in running final apk on mobile

    Hi every body I have recently started programing with b4a. I have a problem at first. I cannot run final android app on my mobile. I copy the apk file from project folder on my computer to my mobile. But when i try to install and run it, I get a security warning! When trying to run the app, I...
  8. Justin Mendoza Segura

    Spanish No puedo Montar Apk en Play Store

    Saludos, si alguien podría ayudarme con lo siguiente: Tengo varias APK ya generadas en B4A pero cuando voy a subirlas al play store me sale un mensaje de advertencia que dice: Me recomiendan instalar esto: Disponible en Android Studio 3.2 o versiones posteriores, Unity 2018.3 y 2017.4.17, y...
  9. C

    Android Question APKs Not Installing after Galaxy Tab A Update

    My tablet forced me to update yesterday to Android 8.1.0 and Samsung Experience 9.5. I can debug on the device without a problem, but when I try to install from an APK, it briefly shows the usual dialog, which then disappears. If I install from ES Explorer, in the dialog that appears it shows...
  10. Marcus Araujo

    Android Example Solution for: Google Sign In Error 12500 x Internal Testing

    The problem: If anyone is using the Google Play's Internal Testing feature to make your app available for selected users, be aware that Google changes the app and therefore the APK signature - so Firebase-based services that require SHA-1 signature will NOT work properly. In my case, Google...
  11. carlos7000

    Spanish ¿Cómo instalar aplicación cuyo apk ya se encuentra en el teléfono?

    Hola. Hay muchas aplicaciones que pueden instalar una aplicación cuyo apk ya se encuentra, por ejemplo, en la memoria sd. ¿Cómo se hace para que el sistema instale dicha aplicación? Saludos.
Top