As per the documentation google-tv updates are available for Android Jellybean version 4.2.2-API level 17.
But how do i do google-tv app development for Jellybean version.
I am not able to find google-tv add-on or skins in API level 17.
Currently i am working on API level 13 for google-tv app development.
Can i test it for API level 17?If yes, how can i create AVD with google-tv skin,for API level 17?
Check out Create Google TV AVD in Android
Related
Android Studio 2.3.3 SDK Manager API 26 has 4 Atom system images:
Android TV
Android Wear
Google Play
Google API
Which one should I use?
API 26 SDK Manager screen shot
It depends on what platform you have designed your app for. I would guess try running it on Google API first, and see if that works
The following paragraph is a note found in the GDK references for Google Glass.
But I'm not sure exactly what it means. Can anyone explain to me what this paragraph
is trying explain?
Note: The Glass platform is based on Android 4.4 (API Level 19), but does not support the sensor features of that platform level or Android 4.3 (API Level 18). API features for sensors is frozen at Android 4.2 (API Level 17) for the aforementioned sensors that are supported.
Glass plateform is 4.4 uses API 19 you can use all android features but in case you want to use sensors you need to see API lvl 17 reference to know what you can and can't use
so you cant use
TYPE_SIGNIFICANT_MOTION
TYPE_STEP_COUNTER
TYPE_STEP_DETECTOR
getFifoMaxEventCount()
getFifoReservedEventCount()
...
visit Android developper reference for more details
I'm building an application for Android 1.6 that uses Google's MapActivity. However, I can't seem to find the Google API level 4 in SDK manager. I only have Google API for levels 13 and 14.
What should I do?
Thanks
I need to make an app for an android 2.3.6. Which SDK Should I use? SDK Manager only shows 2.3.3 API 10 as the highest one.
The Android API level list says that the highest API level you can use for 2.3.6 is API level 10. The next higher level 11 requires at least Android 3.0.
use 2.3.6 API 10 which full fills your requirement
If you use 2.2 or 2.1 it also help you to make it compatible for lower versions
I'm using WROX Android Application Development which recommends using platform android 2.3 api 9 revision 1?
I noticed that it's not showing in the Android SDK Manager. My smartphone uses Gingerbread and what to dev for it.
What are my options?
API level 9 is obsolete and replaced by API level 10 (which is still 2.3. aka gingerbread).
You can show it in the SDK manager by clicking the "obsolete" checkbox at the bottom, but you should use API level 10 instead.