Java – New blank activity Android application does not work

New blank activity Android application does not work… here is a solution to the problem.

New blank activity Android application does not work

I’m just starting Android app development and I’m following Android’s Getting Started Documentation. I followed these steps to complete the stage where you completed the blank activity request. When I hit done, it started working, and according to the notifier in the bottom right corner of Eclipse, different things happened, but now it’s stuck at “Adjust Android Project Classpath” for about an hour. Does compilation take forever, or am I doing something wrong? Thanks!
enter image description here

Solution

You must add a classpath. Thanks Rob_Algonquin.

Related Problems and Solutions