android - R.java file is not generated in a library project -


i'm trying use slidingmenu library. described, created new android project using library directory, tried "project > clean" generate r.java doesn't work.

the curious fact if open project properties , uncheck "is library" work , r.java file generated without errors. besides errors lack of r.java file, tab "problems" presents this:

unparsed aapt error(s)! check console output.

if remove, suggested in several responses, appears again when clean project.

i appreciate suggestion.

there many thing r.java

  1. clean project
  2. build project project
  3. change api of ex 2.2 4.0 , 4.0 other version (re)create r.java file

finaly yet cannot able r.java file copy r.java file other project paste gen folder build project.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -