android-install-apk Questions

4

Solved

Does Android provide smth. like that OR do I have to check every time during start of my app "Oh, am I freshly installed? Do I have to initialize the Shared Preferences now?"
Edraedrea asked 6/9, 2010 at 11:51

5

Solved

I got the error when I trying to convert signing in apk. before it was working. after adding the buildTyper it's not working. can anyone help me with this issue? or anything did wrongly? release {...
Proponent asked 5/12, 2020 at 14:0

8

Solved

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
Alon asked 4/10, 2018 at 17:26

41

Solved

I was trying to change my default/main/startup (whatever you call it) activity by editing the androidmanifest.xml file. All i did was change the android:name property. however, this completely brok...
Vogeley asked 26/5, 2010 at 14:58

7

Solved

I've decoded an APK with apktool (as the original source code was lost) so I could fix some issues with the layout xml files. I've then rebuilt it back up with apktool and when I tried to install i...
Kerrison asked 7/6, 2012 at 10:51

16

Solved

In my emulator, when I try to do an upgrade of my apk programmatically. I get: Android App Not Install. An existing package by the same name with a conflicting signature is already installed I...
Ciliary asked 13/11, 2013 at 17:2

5

Launching lib/main.dart on Android SDK built for x86 in debug mode... [!] Gradle does not have execution permission. You should change the ownership of the project directory to your user, or mo...

3

Solved

I have system-level app with android:sharedUserId="android.uid.system" (UID: 1000). Device is not rooted! INSTALL_PACKAGES permission is included to Manifest. Can I install downloaded *.apk silen...
Teryn asked 25/3, 2013 at 16:17

28

Solved

I'd like to publicate my app to GooglePlay but first i would like to do a last testing with the signed apk to ensure that all of the used API keys are working correctly with the release version (GM...
Shackle asked 14/12, 2015 at 11:27

8

Solved

The same Android project is built in debug mode, sometimes with Eclipse, sometimes with ant (on build machine). If I first install the ant build, and then try to start Eclipse debugging, the Eclip...
Schramke asked 20/3, 2012 at 12:0

45

I am developing an Android application using Android 2.2, my application APK size is 22.5 MB, and I would like to create a new build for a Samsung tablet. I got the following error: INSTALL_FAIL...
Hardandfast asked 1/3, 2011 at 10:57

5

Solved

Some time ago I had trouble with my Huawei P30 and ADB/Android Studio installing APKs. It turned out I was using outdated versions of the libraries/tools. Got it resolved and happily moved on. Now ...
Yeomanry asked 20/8, 2020 at 21:28

3

I am having two or more application having my specified category like <category android:name="com.myapp.MY_CATEGORY"/> and I am able to get all packages having this category by : final ...

3

Solved

I have a QtQuick2 application.I build it(with signing) for android with Release Configuration with Qt 5.15.1, When I download Apk with chrome And click on it on downloads list on chrome,It should b...
Marinna asked 5/7, 2020 at 5:45

3

When I run my app from Android Studio and install it on the primary user on a device, I notice that it gets installed on the secondary user as well. In the first place, why is this happening? The ...
Lui asked 16/1, 2020 at 11:23

10

Solved

I have recently updated my Android Studio to 3.6.1, thereby also updating gradle plugin to 3.6.1 and the gradle wrapper to 5.6.4 When running the debug build, I keep getting this error Install fa...
Fashoda asked 21/3, 2020 at 17:0

3

Background Without root, I know that it's possible to install a single, normal APK using Intent (here). Given root, I know that it's possible to install it using this . This will install the app...
Invoice asked 13/4, 2019 at 21:10

4

I've an app in Play Store. Now, I need to update that with an updated version. Before, pushing it to Playstore, I thought I'll check the migration with APK. I installed existing version from Play...
Basilio asked 20/2, 2018 at 10:21

3

Solved

I am very new to the android world and I was trying to just get to run a simple hello world app on my phone. when I tried this I learnt that the APK generated by an android studio is an unsigned on...
Wherefore asked 27/10, 2016 at 4:47

3

I am working with ccr4j API in Android so when I run my project its thrown an error like: Error while installing application (INSTALL_FAILED_DEXOPT) I find from net and same site also, did all try...
Goods asked 16/2, 2013 at 5:37

2

Solved

In Android Oreo (8.0), several changes where made on how to allow the installation of apps from Unknown Sources (from the user's point of view) and to the process of getting permission to install t...

1

Solved

Our app downloads an APK from our server, and runs this to upgrade itself. As mentioned in Android 10 - No Activity found to handle Intent and Xamarin Android 10 Install APK - No Activity found to ...
Abduction asked 14/10, 2019 at 10:9

2

Solved

I am new to programming generally please I need some help! My app was installing successfully after every update until i decided to add the 'com.github.PhilJay:MPAndroidChart:v3.1.0-alpha' library ...
Basswood asked 28/9, 2019 at 16:35

1

Solved

I want to install a 3rd party app from the filesystem from my xamarin android app. The code I used successfully before Android 10 was pretty straightforward and easy. Intent intent = new Intent(I...
Odisodium asked 4/10, 2019 at 16:41

19

Solved

I'm using Android Studio to connect to run app in my Xiaomi Redmi Note 3G device. My device is already found in the Choose Device Dialog, but I keep getting the [INSTALL_CANCELED_BY_USER] error : ...

© 2022 - 2025 — McMap. All rights reserved.