Failed to load properties file for android project

前端 未结 13 1755
予麋鹿
予麋鹿 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:40

    Just create a new file called project.properties in the root of your project.

    Add the line:

    target=android-10
    

    Or modify it to whatever version of the Android you're targeting.

提交回复
热议问题