Failed to load properties file for android project

前端 未结 13 1868
予麋鹿
予麋鹿 2021-01-13 01:12

I finally was able to build and debug the android platform with this tutorial. I imported my project in eclipse, and afterwards installed ADT. Then I converted my imported p

13条回答
  •  不思量自难忘°
    2021-01-13 01:55

    I was facing the same issue but I finally got the solution:

    1. Right-click on your Eclipse project.
    2. Go to Build Path->Configure Build Path->select Android from left side.
    3. In Library section select and remove the existing v7 library
    4. Add it again from your imported v7 project.

提交回复
热议问题