Errors while starting Android Studio

前端 未结 3 1961
无人及你
无人及你 2021-01-18 20:36

I got these errors while starting android studio. Please can anybody provide me solution for this:

> java.lang.RuntimeException:
> com.intelli         


        
相关标签:
3条回答
  • 2021-01-18 20:43

    WINDOWS 10: What helped me is I went Computer Properties => Advanced => System Variables and deleted everything that says Android... There was AndroidSDK, AndroidAVD folder paths that are no longer existed in my system.

    0 讨论(0)
  • 2021-01-18 21:06

    FIRST make sure you have installed same 32-bit or 64-bit of JDK and ANDROID STUDIO. then do following

    • Launch Studio
    • Configure -> Project Defaults -> Project Structure
    • Go to the SDK's section
    • Add a JDK
    • Add the Android SDK that is bundled in inside the Android Studio installation folder

    Then go back to creating a new project.

    0 讨论(0)
  • 2021-01-18 21:07

    Just go to ~/users/[your_username]/ and delete .AndroidStudioXXX . then restart android studio and don't import settings from the previous version.

    0 讨论(0)
提交回复
热议问题