Failed to load properties file for android project

前端 未结 13 1862
予麋鹿
予麋鹿 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条回答
  •  旧时难觅i
    2021-01-13 01:35

    In my case, I just add to import the R.java (ex:import com.exercise.teste.R;) to my class files by right clicking on ex: R.id.mybutton and choose import ex; your.package.name.R, then CLEAN, BUILD.

提交回复
热议问题