Error on importing an Eclipse project into Android Studio

前端 未结 2 906
野趣味
野趣味 2021-02-10 02:26

I\'m trying to import a project done in Eclipse to Android Studio. While importing, I\'m getting the following error:

\"There are unrecoverable errors which must         


        
2条回答
  •  天命终不由人
    2021-02-10 02:46

    Finally, I found a way..I opened the project.properties file in a text editor and removed the line which was related to appcompat. Then I managed to import the project without errors. After successful import, I added appcompat as a dependency as answered by Gabriele Mariotti. Thanks Gabriele Mariotti.

提交回复
热议问题