" ActivityManager: Killed " message when running HelloWorld app

  • Replies:0
Another Droid
  • Forum posts: 1

Mar 22, 2013, 11:53:01 AM via Website

When i run the hello world app, i get the Killed message as given below.

[2013-03-21 12:55:02 - MyApp1] ------------------------------
[2013-03-21 12:55:02 - MyApp1] Android Launch!
[2013-03-21 12:55:02 - MyApp1] adb is running normally.
[2013-03-21 12:55:03 - MyApp1] Performing com.example.myapp1.MainActivity activity launch
[2013-03-21 12:55:06 - MyApp1] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'AVD1'
[2013-03-21 12:55:06 - MyApp1] WARNING: Unknown device API version!
[2013-03-21 12:55:06 - MyApp1] Uploading MyApp1.apk onto device 'emulator-5554'
[2013-03-21 12:55:07 - MyApp1] Installing MyApp1.apk...
[2013-03-21 12:55:07 - MyApp1] Success!
[2013-03-21 12:55:08 - MyApp1] Starting activity com.example.myapp1.MainActivity on device emulator-5554
[2013-03-21 12:55:10 - MyApp1] ActivityManager: Killed



This is the AVD i used:
Device: 4.0" WVGA
Target: Android 4.2.2 - API level 17
CPU: ARM (armeabi-v7a)
RAM: 24 VM Heap: 24
Internal storage: 16 MB

I have tried

adb kill-server
adb start-server

adb install .... still the hello world does not appear.


I did check the API version to be 4.2.2 and 17... still getting the same error.

Can anybody help me resolve this?

Reply