I would like to know that is there any way that I can make a single application and set it to detect whether it was installed on tablet or a mobile device(small screen) by itself. Or do I have to make two separate applications for various screen sizes and android builds?
I also want to know how to compile the application for android build other than Android 4.2.2 which comes directly as a part of the software bundle in the Android Studio? I tried to import the libraries in the project settings by pressing F4 on the project folder. It was successfully imported and it is showing it as a part of the extended libraries but while compiling the project it does not compile for Android 2.3.3. build. I came to know this because when I connect my phone and compile it considering that as a target device it says "Compatible No".But says "Compatible Yes" for tablet which runs the Android 4.1.2 build. I even changed the Android minsdk=(10) for the Android 2.3.3 and maxsdk=(14||15||16) for Android 4.1.2 builds support in the Android Manifest but still no effect. Can anyone please help. If nothing can be done I will revert back to the eclipse environment. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

