Conversion to Dalvik format failed with error 1 - Why?
I only added to an existing fully working project, the file com/android/vending/billing/IMarketBillingService.aidl (I didn't add anything else (from the market_billing sample) yet, since I am not even trying to use the service yet) It compiles and builds perfectly, but when I try to run it, I receive the following in the console: java.lang.IllegalArgumentException: already added: Lcom/android/vending/billing/IMarketBillingService$Stub$Proxy; Dx at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:123) Dx at com.android.dx.dex.file.DexFile.add(DexFile.java:163) Dx at com