I am using IntelliJ IDEA 10 preview and have updated the android SDK to look at 2.3 which appears to have broken IntelliJ s support of android (no devices in the target device dialogue). I m aware that ADB has changed location and have updated my path to include both the tools and platform-tools directories. I know IDEA 10 is a preview and I m aware of everything which that entails, but I m wondering if there s anything I can do to get it working with the Android SDK?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...