B Porr
B Porr

Reputation: 305

Why Android studio won't run app on Android Pie (9.0)?

I've upgraded my Google Pixel to Android 9.0/Pie. When I try to run an application from Android studio I don't see the Google Pixel in the list, there's only a null device named FA69R0306649. When I run my application, Android studio tries to install the app but then fails.

It looks like Android Studio is not recognizing the phone anymore. It Worked perfectly fine a couple of hours ago under Oreo (8.x).

Also, if I deploy the app on google play as alpha and then download it runs perfectly under 9.0/Pie.

Any suggestions to get the run/debug working with android 9.0 phone under Android Studio (3.1.4)?

Demo image

Upvotes: 14

Views: 7826

Answers (6)

Dev android
Dev android

Reputation: 5

Install Sdk Platforms of Android 9. In Android studio Top Right besides Search Icon.Press That Icon of SDK manager and look either sdk platform is updated and installed.

Upvotes: 0

Rushabh Rajput
Rushabh Rajput

Reputation: 1

A simple solution just go to your Developer option on your phone , right below the USB Debugging option it says to "install via USB" just enable it and you are all set to install an app through android studio into your 9.0 device.

Upvotes: -1

Allum Lee
Allum Lee

Reputation: 11

Please re-enable developer options again after the OS version upgrade, the device name will appear and it will be working fine again

Upvotes: 1

AXE
AXE

Reputation: 8465

I had a similar problem with my Xiaomi Mi A1. When I upgraded from Android 8.1 to 9 Android Studio would hang on "Installing application" forever. After trying revoking USB debugging authorization and completely reenabling developer options with no success it turned out a simple restart did it. Looks like there are multiple issues that lead to the same problem.

Upvotes: 3

Ereza
Ereza

Reputation: 1464

I had the same issue with a Xiaomi Mi A2 after upgrading to Android 9. If you are using Linux, try adding the udev permissions manually, following the steps described here. In my case, that was the only solution that worked.

Upvotes: 1

B Porr
B Porr

Reputation: 305

The Pixel running 9.0 requires USB 2.0 high speed. Apparently the Pixel running Android Pie cannot talk to the PC using neither USB 3.0 nor USB 1.1 full speed nor USB 2.0 running at full speed.

Upvotes: 3

Related Questions