So I am going through the Android development tutorial and I have run into an early problem when creating menus. I created a folder under res
called menu
and put in game_menu.xml
as I was told.
But the line inflater.inflate(R.menu.game_menu, menu);
is telling me that R.menu
cannot be resolved. As I probably shouldn't edit R.java
by hand, I would appreciate some help on what to do.
Be sure you're importing your.package.R and not android.R
That fixed it for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With