1
I’m climbing an apk still to the Alpha but I’m not getting the error message
"The APK package name needs to be in the "com.example.myapp" format. It can contain letters (a-z), numbers and underscores (_) and precise start with a lowercase character. 150 characters are required or less."
only that the name of the application is com.producto.empresa_01.apk
where I’m going wrong ?
this seems to be the name of the generated file, you have to check the package name, take a look at the name that appears in
applicationId
check also your Androidmanifest.xml– ederwander
I have the same problem and I couldn’t solve it :.
– Samuel Renan Gonçalves Vaz
samuelrvg thank you is that key even if it is inside the Manifest.xml app-id and the name must start with minuscule letter inside it and the apk name must be the same as described inside the Manifest
– Fabio Mosk Fabinho