android - How do you control Eclipse's generated Bluetooth java files? -
i've got android project built under eclipse-indigo works fine. copied many of files , rebuilt under eclipse-juno. app runs if install and/or run eclipse, if try generate apk, get: conversion dalvik format failed: unable execute dex: multiple dex file define landroid/bluetooth/ibluetooth; comparing directories shows src/android.bluetooth/ibluetooth.aidl , ibluetoothcallback.aidl identical, gen/android.bluetooth exists in working version not broken one. replacing these files manually makes eclipse whine, of course, question is: how control how eclipse generates particular files aidl inputs? alternatively, if has intelligent suggestion how rid of stupid error, i'll take instead :-) the answer not install android development kit, seems have borked libraries. instead, install eclipse java developers, , install android sdk separately. allowed correct libraries appear, , didn't give stupid errors duplicate dex files.