Just finished coding an application, and now I want to test it.
When I launch the AVD emulator from eclipse, it comes up with a black screen that says "android" in blue. I setup my AVD correctly, and made sure everything is "by the book". Everything I did is in fragment_main.xml and MainActivity.java. I didn't even touch activity_main.xml.
Could this be happening because I do not have anything in my activity_main.xml file?
I tried running the AVD first, then the program, and vice-versa. Tried looking for an answer on google, but i can't find anything about my question. Any help is greatly appreciated.
Thank you!