Unable to create a Android project in Android Studio (I/0 Preview) 130.737825 (Mac)

后端 未结 6 1203
耶瑟儿~
耶瑟儿~ 2021-02-19 01:05

I opened my Android Studio today and it asked to upgrade to the latest version which I did.

Now I am unable to create a new project. I follow the wizard to create a proj

6条回答
  •  一个人的身影
    2021-02-19 02:07

    I must ask you for your Android Studio Build number and your system environment. But I think the following step may help. And sorry for poor English if there is any spell mistake.

    Under Windows 7 x64 Android Studio 130.737825

    First,check your Android Studio version . I have the problem when the version is 130.737825 . Anyway update Android Studio. "Help->Check for Update"

    if it didn't work.

    http://tools.android.com/recent

    to check the newest Build Number or

    http://dl.google.com/android/studio/patches/updates.xml

    check the newest version .

    Download Update package like this one https://dl.google.com/android/studio/patches/AI-130.737825-132.821530-patch-win.jar Please according to your own situation choose to down the right one. The format is AI-$FROM-$TO-patch-win.jar $From is the build number your Android studio. $TO is the newest build number you want to update.

    Download the package to your Android Studio directory. D:\Android\android-studio. Run cmd

    D:\Android\android-studio>java -classpath AI-130.737825-132.821530-patch-win.jar com.intellij.updater.Runner install .
    

提交回复
热议问题