apk

.apk does not contain current icons - why?

假如想象 提交于 2019-12-24 04:33:08
问题 I'm new to Android & Eclipse. I have modified a small app by changing 2 of the icons among other things. When i test the app using emulators all works as expected. But, when i load the .apk file to an actual device, I get the old version of the app (old icons). How can i get the .apk file to use the current icons & code? 回答1: How did you load the apk to your device? Using the console with adb make sure you have the reinstall option set. Otherwise check if eclipse told you, it has reinstalled

Android Marketplace Data File Location

ε祈祈猫儿з 提交于 2019-12-24 03:55:14
问题 I'm developing an app in Unity3D and the file size exceeds the 30mb limitations for some devices. For this reason i will be splitting up the main application apk and have at least one data file with all the assets. Only the main application will be downloaded from the marketplace which will act as an installer. What i'd like to do is upload the extra data file(s) to the marketplace as well (Android allows 2 extra 2gb data files), and then access these files from the installer to download to

Device still has the old apk

大憨熊 提交于 2019-12-24 03:52:26
问题 I installed my app apk into my device and now when ever I try to install new apk, somehow the old apk is installed again. I deleted the apk file from memory card and unistalled the app and cleared data and cache, but somehow some of the old apk data is saved in memory card that I can not clear and is appearing every time I install new apk. So when I go in and delete all the old files and open the new one it is still prompting me that it will save user data which means some where it is still

Easiest way to generate APK in Android Studio

自古美人都是妖i 提交于 2019-12-24 03:52:22
问题 What is the easiest way to generate APK files in Android Studio? My project's android/build/outputs folder contains two apk files: android-debug , android-debug-unaligned . Should I use these? Which one? 回答1: Read this article Scroll down to the android studio section. By default, the file should be located in your //android directory the default name for your apk is android-release.apk 来源: https://stackoverflow.com/questions/29797803/easiest-way-to-generate-apk-in-android-studio

Easiest way to generate APK in Android Studio

主宰稳场 提交于 2019-12-24 03:52:13
问题 What is the easiest way to generate APK files in Android Studio? My project's android/build/outputs folder contains two apk files: android-debug , android-debug-unaligned . Should I use these? Which one? 回答1: Read this article Scroll down to the android studio section. By default, the file should be located in your //android directory the default name for your apk is android-release.apk 来源: https://stackoverflow.com/questions/29797803/easiest-way-to-generate-apk-in-android-studio

What's “PackageInstaller” class on Lollipop, and how to use it?

冷暖自知 提交于 2019-12-24 03:09:08
问题 Background I've noticed there is a new function on the PackageManager called "getPackageInstaller" , with minAPI 21 (Lollipop). I've reached the "PackageInstaller" class, and this is what it is written about it: Offers the ability to install, upgrade, and remove applications on the device. This includes support for apps packaged either as a single "monolithic" APK, or apps packaged as multiple "split" APKs. An app is delivered for installation through a PackageInstaller.Session, which any app

Android: Verifying the application's integrity on the server side

青春壹個敷衍的年華 提交于 2019-12-24 02:43:08
问题 I'm writing an Android app that communicates via HTTPS with a server application. On the server side, I have to be absolutely sure about the Android app's integrity. This means that the server app needs to be sure that it's communicating with the Android app that I developed and not with a re-written one (e.g. after decompiling the original app or after having rooted the device). Is there a possibility to ensure that? Maybe there is a possibility with the signature of the apk file? Any hint

Embed login details in APK file, different for each user (or other options?)

99封情书 提交于 2019-12-24 02:10:24
问题 We've been asked to create a thin web client on Android for a company with an existing web site, existing users. They want to send an mms to their users, giving each user their own download URL. This URL will point to an Android apk file that has been created specifically for that user - it will include that user's login, and password, to the website. i.e. the APK file would have embedded login details. This would be done in J2ME by storing info in the JDK file. I can see a simlar question on

Error Execution failed for task ':app:mergeReleaseResources' building APK

两盒软妹~` 提交于 2019-12-24 01:59:08
问题 After trying to build APK once and fixing an error, I got an error executing ./gradlew assembleRelease again: Execution failed for task ':app:mergeReleaseResources' building APK 回答1: The problem occured becaused when I tried to build once, it has created drawables dirs on android/app/src/main/res/ . Then when I tried on second time, it has shown me this error Execution failed for task ':app:mergeReleaseResources' building APK I just deleted the drawable-* dirs and it worked. Hope it helps! rm

Magic Number Mismatch error in Android Studio When Generate Sign APK

£可爱£侵袭症+ 提交于 2019-12-24 01:18:15
问题 i have getting a issue when i generate signed APK from android studio 3.1 i get error Magic Number Mismatch. I already do uninstall android studio and reinstall new copy download and install. Can you please help me to resolve this issue. 来源: https://stackoverflow.com/questions/47808279/magic-number-mismatch-error-in-android-studio-when-generate-sign-apk