Hello I have issue with running apps in emulator from Eclipse. I was using tutorials from http://developer.android.com:
http://developer.android.com/guide/tutorials/hello-world.html http://developer.android.com/resources/tutorials/hello-world.html Also, i tried running sample projects delivered with SDK. Whenever i run project, emulator loads but my project is not installed. This is log: - Android Launch! - adb is running normally. - Performing com.example.android.apis.ApiDemos activity launch - Automatic Target Mode: launching new emulator with compatible AVD 'android_2_1' - Launching a new emulator with Virtual Device 'android_2_1' And when emulator loads, nothing happens. I was searching on web a bit, and i figured that if i restart 'server' it continues to install my app: - D:\...\android-sdk\tools>adb kill-server - D:\...\android-sdk\tools>adb start-server - * daemon not running. starting it now * - * daemon started successfully * Log: - New emulator found: emulator-5554 - Waiting for HOME ('android.process.acore') to be launched... - WARNING: Application does not specify an API level requirement! - Device API version is 7 (Android 2.1-update1) - HOME is up on device 'emulator-5554' - Uploading android-test-01.apk onto device 'emulator-5554' - Installing android-test-01.apk... - Success! - Starting activity com.example.android.apis.ApiDemos on device - ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.android.apis/.ApiDemos } help pls! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

