how to perform certain code on specific time in android?

I'm having trouble with my eclipse android emulator?

  • so i have installed android emulator on my eclipse (i have a windows 7 OS) and every time i try to run this simple program in android emulator, all it does it just say "ANDROID" and wont do anything else :( what am i doing wrong? code: package Hello.world; import android.app.Activity; import android.os.Bundle; public class MyHelloWolrd extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); } } i know its really simple but i need some help getting me started :) thanks in advance!!!

  • Answer:

    I don't think it's because of your app. If your app was wrong you would still see the android home screen when you run the emulator and you would have get at least the basic Android OS GUI. Try to wait longer - first run takes A LOT of time. If not, maybe try to re-install the SDK.

shiroi oni at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.