无法测试Android应用程序

时间:2014-03-11 01:07:39

标签: android eclipse

我无法从AVD或我的Moto X运行默认生成的应用程序。我没有开发人员版本,但我处于调试模式。

AVD没有返回任何错误,但它会加载android bootlogo并保持不变。我等了一下,没有变化。 Moto X V:4.4.2

清单:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.trevor1134.liveleak"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="17"
        android:targetSdkVersion="19" />

    <application
        android:allowBackup="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme" >
        <activity
            android:name="com.trevor1134.liveleak.MainActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

该应用程序将是一个未发布的应用程序,因为我不喜欢官方LL应用程序。 :P

2 个答案:

答案 0 :(得分:0)

我建议你使用英特尔凌动处理器4.4.2。确保从android SDK更新。

enter image description here

这是AVD的新设置。

enter image description here

请勿选择ARM,因为它比英特尔凌动更慢。享受!

答案 1 :(得分:0)

从以下位置安装ADB驱动程序:https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481

这将解决您的问题,但如果您需要教程,请查看此处:http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/