I'm trying to use IntelliJ IDEA to work on an Android app with a colleague that swears by it, but I'm unable to build any of the Android projects he sends me because whenever I try a build I get an error saying package R does not exist
.
I have been trying out everything I can think of. Examples and other things to note are:
Making sure I have a version of the local.properties
file pointing to the root of my Android SDKs folder.
Fiddling with various settings in the project structure dialog (I won't list them all).
The project I'm working on has two library projects with also use the R
class and they work fine.
The intellisense within the IDE recognises the R
class and comes up with the stuff I expect.
Any help would be greatly appreciated. I feel I'm missing something basic.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…