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
Related Q & A:
- Is it possible for android emulator to send multiple SMS?Best solution by developer.android.com
- Where do I go if I am having trouble with my E-mail?Best solution by answers.microsoft.com
- Why do I pee a little when I sneeze, even though I'm not pregnant?Best solution by answers.yahoo.com
- I'm looking for a job but I'm only 16, where should I apply?Best solution by snagajob.com
- I want to go into school swimming carnivals, but I think I'm too old.Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.