Android Studio: Re-download dependencies and sync project

前端 未结 15 2145
孤街浪徒
孤街浪徒 2020-12-01 18:23

I downloaded an open source game \"ChaseWhisplyProject\" source code from Github.

I imported the project in my Android Studio (Version 1.5.1).

It shows foll

15条回答
  •  星月不相逢
    2020-12-01 18:55

    While importing a libGDX project I got the same message from Android Studio 2.2.

    Went to File->Project Structure then selected Project and set

    Gradle version

    and

    Android Plugin Version

    to values identical to another project I had recently created with Android Studio 2.2 and updated SDK. Could then sync gradle. Did Build->Build Clean with no issues. Then did Run->Clean and Rerun and project ran fine.

    Hope this helps.

提交回复
热议问题