I have an app that's running on Android 2.1 I want to keep one code base and declare different folders for different resolutions for Android 3.2 tablets.
I've read this link: http://developer.android.com/guide/practices/screens_support.html and this: http://developer.android.com/guide/developing/device.html#setting-up
The problem is that when I "Run" in Eclipse to Build/Compile/Run, it does not show the Sony Tablet S.
- Yes I have USB Debugging enabled on the Sony Tablet S
- Yes I have loaded this app to a phone before (Samsung Galaxy S II Skyrocket) and the Skyrocket shows in the Device Chooser
- Yes my Android SDK / AVD and Eclipse ADT should be up to date, I JUST updated it and even restarted the computer.
- Yes I've tired using different USB cables/ports (my Skyrocket works fine with this app)
- my target OS is Android 2.1 ... but all I wanted to do was make the UI compatible with Android 3.2 or a 10" tablet
I'm using a Mac.
-Faul