About 1,320,000 results
Open links in new tab
  1. Android Studio SDK location - Stack Overflow

    Nov 4, 2014 · I see many people have it located in C:/Android or someplace similar, however the only Android files I have are on my desktop in the extracted folder that came in the .zip. All …

  2. How to set Java SDK path in AndroidStudio? - Stack Overflow

    Jun 14, 2019 · Up to Android Studio 4.2 Go to File > Project Structure > SDK Location. The third field is "JDK Location" where you can set it. This will set it for the current project. To set the …

  3. How to update Gradle in Android Studio? - Stack Overflow

    Jul 18, 2013 · Step 1 (Use default gradle wrapper) File → Settings → Build, Execution, Deployment → Build Tools→Gradle → Use default Gradle wrapper (recommended) Changing …

  4. Android studio emulator keep starting up and nothing happen

    Jan 7, 2024 · It seems the Android SDK Build Tools were incompatible with the new Java version and Android Studio Virtual Device Manager was too dumb to tell me. The solution After …

  5. Android Studio is slow (how to speed up)? - Stack Overflow

    Jun 13, 2015 · The Android Studio is very slow in building the project which I can live with but it's also extremely resource intensive and sometimes slows down the PC to a crawl.

  6. Change project name on Android Studio - Stack Overflow

    Aug 16, 2013 · Reopen project in Android Studio with new folder name Cmd + Shift + f for any instances of your old name in Android Studio, and change all of them to the new name.

  7. Android Studio - Android Emulator Wifi Connected with No Internet

    I have Nexus 5X API 27 and target being Android 8.1 (Google Play) and Nexus 5 API P and target being Android 7.1.1. I believe there should be a way to enable internet on it or else the whole …

  8. How to simply install apk in device in Android Studio

    May 5, 2017 · As i have many libraries attached to my app module to reduce run time. if anyone knows to install apk in device from android studio without running gradle. Note : I want to …

  9. Adding external library in Android studio - Stack Overflow

    This method is suitable for Android Studio 1.0.0 and above. STEPS First switch your folder structure from Android to Project. Now search for the libs folder inside app - build folder. Once …

  10. Android Studio doesn't detect my connected physical devices

    The AVD Manager in Android Studio doesn't show my device but adb devices command in teminal shows it. How to resolve my issues ?