I know this is an old question but I am trying to install my app the very first time on Redmi note 4.
Whenever i try to install it displays a dialog saying..
Installation failed with message Failed to establish session.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
And it gives error after this.
This app is not installed before,I have cleared cache,rebuild the project,restarted my phone but nothing is working.
How to disabling Miui Optimizations
This issue was happening on my phone which is Xiaomi Phones running on Miui 8. After turning off Miui Optimizations on Developer Settings, restarting the phone a recompiling the application it worked.
for more detail: android gradle:2.3.0 install apk fail
Open
1.File
2.Settings
3.Build,Execution,Deployment
4.Instant Run
5.Un-check (Enable Instant Run to hot swap code)
Its work for me..
I'm Using Redmi Note 4 mobile (Xiaomi Phone). I got the same problem.
Problem Resolved:
Go to setting >> Additional settings >> Developer options >>Turning off MIUI Optimizations
and also turn on USB debugging and install via USB.
And then restart your phone. After that, I am sure that your problem will be solved.
I didn't have to turn off MIUI optimizations (using MIUI v8.5.3.0 MAGCNED). In my case I was blocked by the MIUI security system.
Go to Settings > Additional settings > Developer Options
Turn ON USB Debugging
Turn ON install via USB
Turn OFF Verify apps over USB.
Once you do this MIUI will prompt you whether you want to install your app. You only need to accept permission once.
One strange issue I notice is that I cannot enable install via USB without sim card. However, Once it is enabled I am able to remove the sim.
This issue was happening on my phone which is Xiaomi Phones running on Miui 8. After turning off Miui Optimizations on Developer Settings, restarting the phone a recompiling the application it worked.
have so much pain looking for this way. just scroll down to bottom and you will find it.
The latest version of Android OS will have multiple user logins like admin and guest, whenever we install an app through USB debugging, that .apk file will be installed for all users in the mobile, Uninstall the .apk file from all the users including guest login.
Turn off Developer Option
Restart your mobile
Turn on Developer Option
Turn on Usb debugging
Worked for me. Hope it works for others...
This issue occurs sometime I have also faced the same issue.
Try the following steps
Go to Settings > Additional settings > Developer Options
Off your Developer Option and re-On it
On - USB debugging
and press Revoke USB debugging authorization
I hope it will work.
In my case Faced the Same Issue with My Redmi 3s PRIME and I can't able to enable the Install Via USB and it asks to connect Network So I tried the Following Method and luckily it works...!!
Open Inbuilt Securit App.
Click On Optimize. (While Scanning, It Disables the Developer Option )
Now Open Settings->About Phone-> Tap On MIUI Version to Enable the Developer Option
Open Additional Settings -> Developer Options.
Now Re-enable the USB Debugging it automatically enables the Install Via USB
In Android Studio Disable Instant Run Settings>Build, Execution, Deployment>Instant Run
Now Run the App with Android Studio.
I had a similar issue. Manifest file had an option:
<meta-data
android:name="com.google.android.actions" />
which was causing the issue. I removed it and everything started working fine.
you can also check the build gradle, the minSDKVersion should match with your physical device
Android Studio no longer seems to be detecting when an app has installed on a target device and opened. It gets stuck on "Installing APK" and the progress bar is empty. There are no errors, the apk successfully installs and opens, it's just the IDE is still showing "Installing APK" and it does not automatically connect the debugger. I can manually connect the debugger using the "Attach debugger to Android process button", but this is not ideal.
Can anyone offer any suggestions for what's up and how to resolve it?
It turns out the problem wasn't with Android Studio, but with the device I was using for testing. I tried a different device and it behaved normally, progressing beyond "Installing APK" and stopping on breakpoints.
Somehow the "wait for debugger" setting in developer options on the problem device had switched to off. I switched this back on and now this device is behaving normally.
-Note that I had to choose an arbitrary debug app for the setting to become active. Once I'd set it on, I deselected the debug app and the setting remained on, as I left it. This was a HUAWEI P8 running android 6.0 API Level 23.
Recently, I was facing the same issue when I have updated My Device (MI A1) OS from Android Oreo(8.0) to Android Pie(9.0),
Solution: Go to the Settings > Developer options > Now click on > Revoke USB debugging authorisations.
It will disable/remove developer options from your device, Now restart your device once and then you just need to re-enable your developer options and that all you need to do, Enjoy Developing on Pie.
Hope this will help you as well.. :)
I found a solution that works for me. In Developer Options turn off "Monitor apps installed by ADB".
Just reboot your phone (:
It happens after update android version.
On my HTC One I unchecked “Verify apps over USB” in Settings -> Developer Options.
I had this same problem. I solved it by revoking USB Debugging Authorizations and then re-enabling USB Debugging on my chosen device(s).
Edit: Cleaning my project also helped with solving this problem.
for me it was something magic
I solve it by removing the USB from the Laptop and from mobile too(type-c cable) and
turning off the debugging mode and again turn it on
and then I connect it back to my Laptop and selected the same FILE TRANSFER MODE
then run the app and it get installed to my device and work as expected
Hope you will find Useful to
I have this problem recently on my Pixel 2 testing device, latest factory image with Android Studio 3.4, on windows 10.
I have tried all methods mentioned but none of them work. It cost me more than 6 hours to figure it out.
My problem is the USB driver, I am not using the "perfect" USB driver. My driver works in most scenarios and commands but not in every scenario.
You do not need Android Studio to dig into this problem, just using adb.
Please try if you can install apk from adb using following command:
adb install xxxx.apk
If it stuck at "performing streamed install" but never finish, this is the problem.
Please try push a big file(more than 5MB) to your device:
adb push xxxx.apk /storage/emulated/0
In my testing, it stuck at 13%, 16%, etc, but never go on. It seems cannot transfer large files. This is why the installation is pending in my case.
I update the driver to another one, and the problem is fixed. Hope it can solve your problem, too.
I had the exact same problem.
what's more, i can not adb shell and adb push files.
I am running an Ubuntu 18.04 VM and test on xiaomi phone 8,9.
The problem for me was the USB Compatibility setting for the VM was set to 2.0, it needs to be at least 3.0. To change the setting power down the VM and choose the "Edit virtual machine settings" in the VMPlayer startup menu. Then select the "USB Controller" device and change "USB Compatibility" to USB 3.0.
Hope this can help u!
It doesn't hurt to verify your USB port. In my case it was the faulty USB port which I had to switch to the mobo's one instead of the case port.
Restarting Android studio worked for me
I tried rebooting my phone and it worked.
When attach my mobile to my PC, the follow menu is showed. I Clicke on it.
In the next section, I had changed from "USB connection" to "Transfer files"
After that adb install works for me.
In my case, Second Space was created but not switched on. I had to delete the second space and everything worked just fine.
My settings are:
Usb debugging -> ON
Install via Usb -> ON
Verify over USB -> ON
Wait for debugger -> ON
Device: Redmi Note 5 Pro
I had this issue with an emulator on Linux. After trying pretty much every solution and suggestion on this page, what made it work for me was turning off Instant Run.
In my case i did not make sure that my android studio DSK manager was up to date with the android version that my device was operating on. So when running flutter doctor all seemed well, and i had the latest android version and all on android studio, but as mentioned it was not matching the version for my device i had connected.
Once i added the correct android version (in my case android 6.0) with SDK manager using android studio, it did not get stuck at installing apk.
My case was similar but for Android Version 10 required having the Verify bytecode of debuggable apps to off.
Final settings were:
USB debugging -> ON
Wait for debugger -> ON
Verify apps over USB -> ON
Verify bytecode of debuggable apps -> OFF
Device: Pixel XL
For me, the top answer "wait for debugger" was completely greyed out.
What worked for me was to look inside "Apps" and I noticed the app was uninstalled, but only for my current user. Clicking uninstall for all users unblocked the installation via Android Studio again.
Check following in your project
build-gradle plugin version in project level build.gradle file
gradle version in gradle-wrapper.properties file
buildToolsVersion
uninstalling the previous installed app worked for me
Turn off Verify apps over USB and Verify bytecode for debuggable apps (might not be available for all devices) in your Developer settings menu. The install time will decrease drastically.
I'm using Visual Studio Xamarin and the issue was caused by the missing CPU architecture. After checking them, the APK became installable via adb install ...
Just reboot your mobile . If not working try reboot your Android studio and mobile.
Installed android studio, but unable to run applications, as we need to create and select an emulator. I did it. However, I got an error message that shows-
Intel HAXM is required to run this AVD. Your CPU does not support
VT-x.
Please tell me, how to use my android phone instead of emulator for testing my android applications.
For using your phone:
You have to enable developer options from your android phone by
tapping your build number 7 times(I guess). Build number can be
found in Settings -> About Phone It will prompt you, when you start
tapping, about how many taps are left in enabling developer tools.
After enabling developer tools. You can see Developer options in your settings. Head towards Developer options and enable USB
debugging option.
Then install your mobile driver on your laptop or PC. You can find the same from your phone's manufacturer site or you can just
google the driver which your computer is asking for.
Now you are done. When you run your application you can see your phone in the connected device list, click run and application
will start running on your phone.
As far as HAXM is concerned. It increases the speed of your emulator so it is sometimes necessary to be installed on your computer so as to get speedy results.
I want to deploy my application to emulator on iPad 3 (retina) without using cable. Is it possible to deploy apps to emulator over wi-fi?
Smartface App Studio supports "Device Emulator" over Wi-fi , but because of perfoamnce issues it is disabled for current releases. You can check it from File Menu -> Project Details -> Debug / Emulator Settings.
USB Connection is always the best option in terms of performance and stability, in addition to this you can emulate your app manually with using Virtula Connection.
Take a look at TestFlightApp. It will allow you to deploy builds to devices via internet.
Is there a way to test the application on the real device without publishing to Android market?
It can be easily done. just connect the phone to you computer, install the drivers that come with the SDK.
Now if you are using eclipse then just go to the "run configuration" of your project and select manual in the Target tab. Now when you run your application through eclipse you will get to select the device on which to run the application and there you can see your device.
Alternatively, the same can be done via command line by typing adb install <app_name> and the application will automatically be installed to you phone. While using command line make sure that you are not sunning any emulators, else adb will give an error since it will confused on where to install the application.
On a device, turn on debug mode (in the Applications menu under Settings). When you plug your device in, it will show up alongside your emulators. If you have no booted emulators, running or debugging your app will automatically default to your device.
Hope this helps!