Eclipse Juno を使用して ADT v21 でコードを実行しようとすると、次のエラーが発生します。
[2013-05-28 10:08:39 - XYZ] Dx
EXCEPTION FROM SIMULATION:
[2013-05-28 10:08:39 - XYZ] Dx local 000c: invalid
[2013-05-28 10:08:39 - XYZ] Dx ...at bytecode offset 00000c80
locals[0000]: Lcom/sec/x/y/z;
locals[0001]: I
locals[0002]: I
locals[0003]: Landroid/content/Intent;
locals[0004]: Ljava/lang/String;
locals[0005]: invalid
locals[0006]: Ljava/lang/String;
locals[0007]: invalid
locals[0008]: invalid
locals[0009]: invalid
locals[000a]: invalid
locals[000b]: Ljava/lang/String;
locals[000c]: invalid
locals[000d]: invalid
locals[000e]: invalid
locals[000f]: invalid
locals[0010]: invalid
locals[0011]: invalid
...while working on block 0c80
...while working on method onActivityResult IILandroid/content/Intent V
...while processing onActivityResult (IILandroid/content/Intent V
...while processing com/sec/x/y/z.class
[2013-05-28 10:09:05 - XYZ] Dx 1 error; aborting
[2013-05-28 10:09:05 - XYZ] Conversion to Dalvik format failed with error 1
このプロジェクトは、ADT v20 以下で完全にビルドされます。しかし、ADT v21 では一貫して同じエラーが発生します。ビルド段階ではエラーは発生しません。Eclipse を使用してアプリケーションを実行しようとすると発生します。
これに関連する何千ものスレッドを読みました。そして、それらのどれも機能していません。これは確かに「クリーン/ビルド」の問題ではありません。私には、EclipseまたはProguardの問題のようです。私はこれで私の人生の約12時間を無駄にしました. 誰か私を救ってください。これについて何か手がかりがある人はいますか?