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

Apps Can't test my application

osho

Lurker
Jun 5, 2010
3
0
Hello,

I have just installed Eclipse, ADT and SDK. Everything works fine, no errors. I have installed also all the components.

I did the HelloWorld tutorial :
Code:
package com.example.helloandroid;
import android.app.Activity;
import android.os.Bundle;
public class HelloAndroid extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);
    }
}
and run the project. My android virtual device starts, there are no compile errors and on the android screen there is only an ANDROID_ text (default screen). What I am doing wrong ?

Thanks in advance.
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones