• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Import R class error

ionut hanu

Lurker
hi! I work on a application and i have an error. i want to implement an RSSobject in my apk and i found a tutorial on youtube. When i typing alt+enter on R i don't found import class. i put 2 pictures tot understand what problem i have, first is from tutorial and second from my application.
 

Attachments

  • 12.png
    12.png
    978.3 KB · Views: 270
  • 13.png
    13.png
    270.1 KB · Views: 196
The R class is auto-generated by the build process. Because you have a build problem, it didn't get created. Fix the error in main_menu.xml, as highlighted by the build error log.
 
Back
Top Bottom