最新バージョンの ADT バンドルに更新しましたが、広告ネットワークの jar ファイルを含むアプリを実行できません。
Failed resolving Lcom/nezero/testapp; interface 33 'Lcom/adsdk/sdk/AdListener;'
その後、アプリは爆撃します
D/AndroidRuntime(29555): Shutting down VM
W/dalvikvm(29555): threadid=1: thread exiting with uncaught exception (group=0x40dc4930)
E/AndroidRuntime(29555): FATAL EXCEPTION: main
E/AndroidRuntime(29555): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.nezero.testapp/com.nezero.testapp.TestActivity}: java.lang.ClassNotFoundException: Didn't find class "com.nezero.testapp.TestActivity" on path: /data/app/com.nezero.testapp-1.apk
はい、質問する前に、アクティビティは私のマニフェスト ファイルに完全に記述されています。このビルドは、ADT の最新バージョンに更新する前に機能していました。
<activity
android:name="com.nezero.testapp.TestActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
これは非常に苛立たしいことです。アプリにバグがあり、できるだけ早く修正する必要があり、デバッグする作業コピーを取得することさえできません!