Tuesday 11 December 2012

Android troubleshooting error "android R.layout.* or rmenu.*. cannot be resolved"

After trying all proposed solution the one worked was to change R.layout.foo into my.package.R.layout.foo.
Or better change it into the equivallent R.layout.foo but DO NOT IMPORT android.R!!

No comments:

Post a Comment