应用程序已成功安装但未在模拟器上启动

时间:2013-03-28 07:06:26

标签: android

这里我放置了控制台的详细信息,我需要更改任何模拟器设置或需要在清单文件中添加任何语句。帮助我,谢谢

 [2013-03-28 11:08:29 - Lisnx] Android Launch!
    [2013-03-28 11:08:29 - Lisnx] adb is running normally.
    [2013-03-28 11:08:29 - Lisnx] Performing com.lisnx.activity.SplashActivity activity launch
    [2013-03-28 11:08:34 - Lisnx] Launching a new emulator with Virtual Device 'AVD_4.0'
    [2013-03-28 11:08:45 - Lisnx] New emulator found: emulator-5554
    [2013-03-28 11:08:45 - Lisnx] Waiting for HOME ('android.process.acore') to be launched...
    [2013-03-28 11:10:49 - Lisnx] HOME is up on device 'emulator-5554'
    [2013-03-28 11:10:49 - Lisnx] Uploading Lisnx.apk onto device 'emulator-5554'
    [2013-03-28 11:11:00 - Lisnx] Installing Lisnx.apk...
    [2013-03-28 11:12:43 - Lisnx] Success!
    [2013-03-28 11:12:43 - facebook_y] Could not find facebook_y.apk!
    [2013-03-28 11:12:43 - Lisnx] Starting activity com.lisnx.activity.SplashActivity on device emulator-5554

1 个答案:

答案 0 :(得分:0)

看起来您需要在应用运行之前将facebook sdk安装到模拟器中。

试试这个:

adb install %HOMEPATH%\facebook-android-sdk-3.0.1\bin\FBAndroid-2.1.apk

摘自here第2节

相关问题