skip to Main Content

I recently updated to Android Studio Iguana 2023.2.1, Build #AI-232.10227.8.2321.11479570. I am on a MacOS (Sonoma 14.4 on my personal computer, Ventura 13.6.3 on work computer)

I updated yesterday on my personal computer first so as to not disrupt work flow. Got everything up and running on that. Our app was building and installing on the phone when debugging. I then updated my work computer and experienced the same.

This morning, neither will install to any of my Android devices. I get the error "Error Running ‘app’; The application could not be installed".

enter image description here

I have tried resetting both computers, invalidated caches on Android Studio, restarted the Android devices and even went to factory reset. Nothing has worked.

Is there anywhere to start looking for details on why it won’t install?

2

Answers


  1. Chosen as BEST ANSWER

    After a coworker and I were playing with the settings in Android Studio, we were able to get our app to install to physical devices.

    We went to Edit Configurations -> Android App under Installation Options, we changed Deploy to APK from app bundle

    enter image description here


  2. My friend was having same issue and spent hours without getting the issue fixed. We got it solved by changing configuration.

    New project created in Android Studio Iguana works fine.

    Step 1 :

    enter image description here

    Step 2 :

    enter image description here

    Now when you run the app, It’ll get installed.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search