-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > I use eclipse and have never had this issue. Maybe you need to enable > the Build Automatically option. >
I had this happen to me last night. I was trying to use an "@string/" value for an android:name in an action in an intent filter, but it wasn't working (it would for other fields, just not android:name). So I tried cleaning the build, which deleted my R.java. I had auto building on, so I was very surprised it when it didn't come back. I tried repeatedly to fix it by cleaning, making changes, saving, manually invoking build, turning auto building on and off, etc. Nothing worked, and my R.java didn't regenerate. Finally, I realized that my manifest still wasn't compiling, so I fixed that; suddenly, R.java regenerated and everything was fine. So make sure your manifest file has no errors, because this will inhibit the generation of R.java. cheers, - -- ᛏᚠᛖᚾᚱᛁᛊᚢᛚᚠᚱᛏ ᛏᚢᛚᚠᛊᛚᛖᛁᚠᚨᚱᛏ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkjqVZsACgkQNig/07RbnEuP8ACfWQH9lYncd0CpBWQ99PoVEbpM d5oAnixn2uwg1pOE6ERL6vA6gVAwR34H =t25I -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

