Most voted "apk" questions
APK that comes from Android Package, is a form of 'zip' for Android, IE, it is a compiled file, which is used to install programs on Android in parallel to Google Play. It can be a program created by a user, or be a backup of one already exists.
Learn more…72 questions
Sort by count of
-
9
votes2
answers5295
viewsReduce the size of an APK file
It is possible to reduce the size of an APK file by changing the way it is compressed? It is known that an APK file is just a ZIP file, signed and aligned. However, I performed some tests, and if…
-
6
votes1
answer2385
viewsAPK not upgrading
I am trying to update an app in google play store incremented version code, generated apk with the same key, however, the store displays the following error: any tips on how to solve this problem?…
-
5
votes1
answer387
viewsHow to send/encapsulate a file in a . apk to use in the app installation?
I have a file . xls that would like to encapsulate next to apk so that when installing the app it uses that file to popular a database. How to do?
-
5
votes1
answer996
viewsIncluding in APK an Sqlite database
Is it possible to include the application database in the APK installation? I already have all the necessary records for the operation of the application and would like to include it during the…
-
5
votes1
answer903
viewsAndroid studio generating two apps the same way
I developed an apk, but from the end of the project here he was always emulating two identical applications on my phone, same functions, icons. The difference between one and the other is that one…
-
4
votes1
answer171
viewsShould Android support libraries be compiled together in APK?
I’m developing an application for Android, and it uses two libraries that Google provides. To appcompat-v7 is used to have action bar on devices with version 2.3 or less, as this has only been added…
-
4
votes1
answer4823
viewsHow do I export an . apk android in Android Studio?
Every time I export the google app from that message: Even though I changed Androidmanifest.xml: android:versionCode="2" android:versionName="1.0.2" Procedure I’m doing: I’m exporting right?…
-
3
votes1
answer502
viewsHow to generate an APK without DEBUG in Intellij IDEA?
I just migrated my projects from Eclipse to Intellij IDEA (is the same as Androidstudio uses, but with some small differences). Yet every time I click Build > Build Apk it generates an APK with…
-
3
votes1
answer95
viewsUnused images in android studio project are included in APK?
Normally I’m not satisfied with the first image I put up as background, is from Activity, textView, button, etc. Even imageViews at last. It happens that I leave them there in the project, even not…
-
2
votes2
answers2726
viewsIonic Apk does not work. White screen
Good morning, I created an application in Ionic, it works perfectly, when I use ionic serve Ionic can generate Build without any error, but after installing apk only the header appears and then a…
-
2
votes1
answer3673
viewsDownload files by link(url) Android
There’s a way I can download a file .apk from my server and open it as soon as it has finished downloading? I know I don’t have any code showing what I’ve done or tried, but it’s because I honestly…
-
2
votes1
answer574
viewsHow do I publish a specific APK for Android versions greater than $API?
I have an application in the Play Store that uses the Crosswalk plugin. However, for Android versions from 5.0 upwards, I want to be able to provide a build without the plugin Crosswalk. Only…
-
2
votes0
answers4090
viewsDigital signature error when updating APK on Google Play
When migrating to Android Studio, it did not work to import my old project. So, and not being a very complex app, I created another one with the same package and exported using the same Keystore,…
-
2
votes1
answer13076
viewsHow do I generate the "apk" of my IONIC application
Following the documentation, should be two simple commands: To include the platform: ionic platform ios android To compile: ionic build android However, I’m getting a lot of red error on the…
-
2
votes1
answer688
viewsCorrupted Ionic apk
I have an app published in the playstore, made with Ionic 3. I changed the machine did the installation again and tried to build the app with --release --Prod to sign the apk and see if everything…
-
2
votes1
answer2120
viewsIssue when publishing app to Google Play Console
Friends would like a help, I am publishing for the first time an app in the play store, I created the app running perfectly, I already have a Google play console account, I created the app but when…
-
2
votes0
answers210
viewsError trying to compile python (kivy) in apk for android (using buildozer)
# Check configuration tokens # Ensure build layout # Check configuration tokens # Preparing build # Check requirements for android # Install platform # Apache ANT found at…
-
1
votes1
answer1478
viewserror while trying to generate android apk
I’m trying to generate apk , more is giving error , not understanding Error:Execution failed for task ':app:packageDebug'. > Failed to read key from keystore Evente log 19:33:33 Gradle build…
-
1
votes1
answer177
viewsPre-development questions about android app with data synchronization
I would like to make a simple application to register users using java. But this app should keep a local database for offline data access and a cloud database to sync the information when I click on…
-
1
votes1
answer228
viewsSwipe to the right after left gives ANDROID error
I am creating an application on Android in Eclipse with 3 screen with Swipe horizontal, in the last tab I have a Map Fragment. But it turns out that when doing Swipe to the right the first time…
-
1
votes1
answer3806
viewsDoes anyone know a program to decompile an apk and get the source code?
I used 7zip, but it does not decompile the code that is what matters, it decompiles only the xml files. Does anyone know of a program that does this? I thank you in advance!…
-
1
votes1
answer818
viewsHow to decrease the apk size generated in Unity?
In the Unity I realized that the apk generated with no texture image script configuration, ie with nothing comes out with a size of 20 MB, because they come out with this size and if it has to…
-
1
votes1
answer1104
viewsAndroid - Generate Apk
How do I generate apk in Android Studio? 1.0 - I went to Build -> Build APK. 1.1 - When finishing I put it on the smartphone and gave the following error: There is a package analysis problem. 2.0…
-
1
votes1
answer585
viewsHow to turn a "Unity5 Project" into apk, for Android
I’m following Youtube video game development classes with Unity5. After creating a project in Unity5, I would like to convert it to apk and test on a mobile phone, but in the middle of the…
-
1
votes1
answer103
viewsProblem exporting Unity to APK
When I try to "export" to APK I get the following error: Win32exception: Applicationname='C:/sdk-tools tools aapt.exe', Commandline='package --auto-add-overlay -v -f m -J "gen" -M…
-
1
votes1
answer108
viewsIs it possible to request android applications via the web with php?
I’m working with php and initially I was curious about something, I’m needing to make a request (particularmete a login) in an android app more with my platform in php on the web, there is some…
-
1
votes1
answer1381
viewsError while trying to generate a signed APK
Error while trying to generate a signed APK. I have already managed the Keystore, passwords, alias, etc. Error:(32) Error: The element must be a direct Child of the root element…
-
1
votes0
answers27
viewsDeploy per command line
We are creating automated application version generation and publishing routines using Gitflow and CI (Intel). Is there any way to deploy apk (it is already generated and signed - I just want to…
-
1
votes0
answers23
viewsError pressing button in app created from Android Studio
Guys, here’s what happens when I test this code on the emulator it works normally, but when I install the apk on some physical cell phone and press the button btn the application hangs and says it…
-
1
votes0
answers537
viewsError React-Nactivate while trying to generate apk
After following the documentation steps React-Native, when I get to the part of executing the command gradlew assembleRelease I get the following error:…
-
1
votes3
answers953
viewsCreate an Android App Bundle with Xamarin Forms
When I try to publish a Xamarin.Android app on the Android developer console I get the following warning message that won’t let me publish the app: In this case how could I create an optimized APK,…
-
1
votes1
answer202
viewsMy app stops in release mode. How to fix?
I’m developing an app with Android Studio version 3.0 Canary, but I’m going through a boring problem. Got like Activity initial with login through the Facebook. I’ve managed the key release to…
-
1
votes0
answers24
viewsReact Native Compiling for IOS and APK
Hello Folks I’m starting to I’m starting to study React Native for a project and a question has arisen. I know you have the Expo option and I know that without Expo there is no way to compile for…
-
0
votes1
answer747
viewsProblem with Google Maps when creating . apk
I’m creating an app for Android that uses the Google Maps API. Just that I’m having problems when I create the . apk and install on mobile, is giving this error: 09-18 16:05:07.631…
-
0
votes0
answers428
viewsError generating Ionic apk debug
I’m generating the apk with : ionic build android so far so good from BUILD SUCCESSFUL and when I use: ionic emulate android also from BUILD SUCCESSFUL more when emulates only a white screen! in…
-
0
votes1
answer2667
viewsError publish apk in play store, SHA1 certificates are different
I recently received an email from Google saying that there was now support for buying apps in Reais and that I should migrate my developer account. I followed the steps as described in the email and…
-
0
votes1
answer514
viewsMy apk Signed does not run on my mobile
I finished a small application that saves notes and I’m trying to generate Signed apk, but it doesn’t work on my phone. I have tested generating a Signed apk from a new project with only a Blank…
-
0
votes0
answers211
viewsInvalid APK on package name posting
I’m trying to generate an apk so I can publish my app in the store, but when I sent a message saying that the package name was invalid, because the name ". android" is restricted. Then I changed the…
-
0
votes1
answer967
viewsDoubt in web service development for APP(android) and WEB(php)
Hello, we are developing an APP for android and this will make a query in a webservice (that is not done yet) to validate data requested by the APP. The same project runs on the web and is developed…
-
0
votes0
answers83
viewsGenerate APK - error
Hello, I’m trying to generate signed APK and is giving error: Error:The number of method References in a . Dex file cannot exceed 64K. Learn how to resolve this Issue at…
-
0
votes0
answers717
viewsProblem - Intent to install APK file - Android Nougat
I searched extensively and did not find the problem. While trying to install a file APK using a Intent in the Android Nougat, simply does not install and displays the following warning: "A problem…
-
0
votes1
answer67
viewsYou can generate a . WAR in Android Studio
I am developing an application that needs to be generated in APK and . WAR; I wonder if there’s a way to do this in Android Studio, or I’ll have to develop two applications in different…
android android-studio software-engineering apk android-eclipseasked 7 years, 3 months ago Aderbal 119 -
0
votes1
answer848
viewsConvert . Jar to . Dex
Speak people! I decompiled an apk and it generated a class.dex. file I was able to turn that file into . jar and now I want to go back to .dex. How to do this?
-
0
votes0
answers1456
viewsUpdate APK Google Play - APK not upgradable
I am trying to update an App and am not getting it. The following error message is shown: None of the users who have this APK installed will be able to do upgrade to one of the Apks added in this…
-
0
votes0
answers1968
viewsA problem occurred while parsing the package
I always developed apps quietly and use my mobile phone Xiaomi Mi6 to test the applications I develop, only that from one moment to the next, I can’t test any application I myself am developing, if…
-
0
votes0
answers228
viewsProblem with APK Size generated by Visual Studio
I’m using the latest version of Visual Studio Community 2017, and when I get the apk, the same is getting the size 90 mega. I have already made several modifications and I did not get results. It is…
xamarin xamarin-forms xamarin.android apk visual-studio-2017asked 7 years, 1 month ago João Paulo 81 -
0
votes1
answer85
views -
0
votes0
answers259
viewsError generating APK in Ionic 3
I have the following error when I give the following command: Ionic Cordova build android. Can anyone help me? What is the solution? Exception in thread "main" java.util.zip.ZipException: error in…
-
0
votes0
answers24
viewsIonic capacitor npx Sync not working
when I add a plugin, I need to run the command: npx cap sync So that it can load the plugin, however I’m getting the error below:…
-
0
votes2
answers1351
viewsInstant Run works but file . apk does not install
Well, the problem I’m facing is that when I emulate mine app through the Instant Run the app goes perfectly on my smartphone. However, I cannot install the same app through the .apk generated. Use…