Eclipse giving error, missing R.java file after recent update

前端 未结 14 1706
猫巷女王i
猫巷女王i 2020-11-22 10:43

I have updated my SDK and ADT to the latest version, I have also update the Eclipse to Kepler the latest one after

14条回答
  •  余生分开走
    2020-11-22 11:20

    the best solution for r.java missing for linux... R.java is self generated in gen folder.. so better dont edit or create manually by urself ..

    -open terminal(alt + ctrl + t) -change directory to skd->tools -then provide executive attribute to all executable file by(sudo chmod +x filename) -do the same for files in sdk->platform tools .. (ie sudo chmod +x filename) .. -----every executable file sud b provided with +x attribute...

提交回复
热议问题