Reputation: 4256
I have a question with this project https://github.com/sephiroth74/AndroidWheel .. I have found more questions like this but its answers were not that i expected. The thing is that I cloned it to Eclipse by using IMPORT -> Clone GIT. Then i clicked project properties and ticked "Is Library" checkbox, so I went to my project, click add, and when androidwheel was selected a lot of errors appeared in my projects. Errors said this:
R cannot be resolved to a variable
I managed to use devmilcolor library with my project, so i dont know where is my error :(
I have to say that import android.R is not used!
Please help to identify my problem :)
Upvotes: 0
Views: 924
Reputation: 26
May be Project have a wheel.jar file in bin-folder.
^^If you could not find this file. Click here
this is a jar file.
Upvotes: 1