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

Search results

  1. Q

    Apps Run via emulator not working

    I have my code without any errors compiled and ready to run. I right click on my project and select run as -> Android Application. The emulator starts with the virtual device I made and the emulator gets to the android desktop but it doesn't actually run my program. What do I do?
  2. Q

    Apps Having trouble referencing R.java data

    I've been working on implementing an RSS feeder based on an old tutorial that I've been following. NewsDroid RSS Reader | Hello Android There are a number of errors as the tutorial using quite dated syntax and degenerate functions. That aside, I'm having problems with my R.java file. This...