The android-version tag has no wiki summary.
8
votes
2answers
132 views
is it possible to show widget only for a certain android version?
is it possible to show widget in "Add to home screen > Widgets" Dialog only for a certain android version without uploading two APKs and assigning to proper SDK version numbers?
7
votes
2answers
4k views
How to check Android version in code
How to Identify current android device OS from code?
So from my application i need to know the current device version (2 is 5 or 2.01 6 Donut - 2.01 or 2.2 7 Eclair)??
Because if it's 2.2 i want to ...
5
votes
1answer
292 views
How to make android:versionName in AndroidManifest.xml changed automatically in eclipse?
I want to change android:versionName each time when I release apk.
Are there any eclipse plugin or some other ways that can help it automatically change along with my code's compilation?
For ...
4
votes
5answers
2k views
ActionBar pre Honeycomb
I am writing an app for android (2.1 > 3.1) and I would like to use the familiar practice of using the app Icon in Honeycomb apps to go up to the home activity, however, when I run the activity on ...
4
votes
4answers
921 views
Android Application Version - Min SDK Version
I have looked at http://developer.android.com/resources/dashboard/platform-versions.html
2.1 : 27.2%
2.2 : 63.9%
2.3 : 0.8%
2.3.3 : 1.7%
3.0 : 0.2%
I am pretty sure I will use Android 2.1 as my ...
3
votes
4answers
84 views
android 2.2 to 1.6?
I have been developing an android app. I had chosen 2.2 as the version. I have not used any advanced features that are specific to 2.2 or above. I want my app to work with 1.6 and above. What should I ...
3
votes
4answers
881 views
Android - Can an app developed in Android 1.6 run in Android 2.0?
Is Android backwards compatible, in other words can an application developed in Android 1.6 run in Android 2.0?
I just published a 2.0 application and discovered that I can't find it in the market ...
2
votes
1answer
75 views
Android Market update for beta testers
I've built an application and shared the apk (properly signed) to a few beta testers using an URL, not the Market.
Now my app is ready to go to the Market and I would like to know if an "update" ...
1
vote
1answer
71 views
creating on app for different Android version - available on lower versions with imports only in higher version
I know this kind of question has been asked before, for example here: Android: how to code depending on the version of the API?
There it is also mentioned that one has to compile to the newest ...
1
vote
1answer
43 views
Android Library target compilation and objects in later Android versions
I am building an Android Library and have a method getting some information about the device. Our target is to support 2.2 and up but was wondering if there is a way to collect information introduced ...
1
vote
2answers
150 views
Android App versions (Free and Paid) - tell Library Project classes if app is Free or Paid
I have an Android app project that contains all of my code. I've made this "app" a Library project as defined here at android.developer.com..
Consequently, I have made two new Android projects which ...
0
votes
4answers
42 views
Error when opening previous android project in Eclipse
I need to open a previousely developed android application in Eclipse. The application has developper for the Android 1.6 target. When I import the project to the eclipse IDE it gives the following ...
0
votes
2answers
174 views
Trying to update Android SDK
In trying to update my SDK to the latest, some things installed, but others* didn't.
*SDK Platform Android 4.0, API14, revision 3
Google APIs by Google Inc., Android API15 revision 1
Google APIs by ...
0
votes
1answer
35 views
Version Number from Android Market Programatically
I am looking for a way to check the market version of my application compared to the installed version on the device and if diff, go to market to update. I do not want to use a web service. The code ...
0
votes
2answers
60 views
Application build on Android2.2 platform not working on emulator of 2.3.3 platform
I am new in android, Please help me ....
I build an application in android 2.2platform but when i test it on an emulator of version 2.3.3 and higher it is not working .
Is there any problem of ...
0
votes
0answers
12 views
How to get version of my android app from Google Market?
I want to get version of my app that is currently on Google Market. Is there any way to get it except for parsing it from the webpage?
0
votes
1answer
98 views
Show 'Done' key on softkeyboard
I need the softkeyboard to display the 'Done' key when inputting text into an EditText in my application. On an Android 2.1 device the 'Done' button is displayed, but not on 2.3 or it higher.
This is ...
0
votes
1answer
110 views
camera problems in android
in my app i am capturing video and save it to sdcard. my below code is working fine since api level 8. but if i run my app below api level 8(from 7) it get crashed. it says
...
0
votes
2answers
92 views
How can I use a library made for Android above 1.6 but targeted at 2.3.3?
I'm trying to use some Android library on my project but I'm having a problem with minimum SDK version and target SDK version. The library I'm talking about is this ActionBar. It says on the readme ...
0
votes
1answer
609 views
Unable to instantiate activity ComponentInfo
I am developing an application for Froyo as minimum version and Gingerbread as the target version. So, the manifest shows:
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="10"/>
...
0
votes
1answer
164 views
how to compare Android versions
I am trying to create a condition in my code to compare Android versions.Something akin to;
if(version < 2.2)
{// TODO }
else
{// TODO }
Would anyone please let me know how to do this?
0
votes
2answers
164 views
Publishing two versions of the same application, optimized for different handsets, as an update
I am in a situation where I have to publish two variants of the same application which are optimized for different devices (one for a specific HTC, other for all the other devices)
I want to be able ...
0
votes
0answers
67 views
how can i enlarge the video in android
in my app i am playing video and its play. if i run in HTC device it shows with previous, play/pause, next and video extractor. but if i run Motorola device it shows previous, play/pause, next only, ...
0
votes
0answers
141 views
How to show the soft keyboard on native activity
When I try to use ANativeActivity_showSoftInput(), it doesn't bring up the soft keyboard.
I have tried using ANativeActivity_showSoftInput(engine->app->activity, ...
0
votes
0answers
155 views
Android : Accelerometer sensor stops listening - android version
Android : Accelerometer sensors stops listening when phone is in suspended mode(screen goes off)
This seems to work in Android 1.7... Any one knows from which version of android this was broken, any ...
0
votes
0answers
13 views
updated versions of applications developed, android
hello
I need my application developed in android, check for updates at the beginning of the application on its own server.
I once did with C # in visual studio, wanted to know if you can do something ...
-1
votes
1answer
370 views
Why do apps from Android 2.1 stop working with 2.2?
I've just updated my nexus one to 2.2. Now all of my (own and some from the market) apps throw exceptions and were closed.
It's weird, in the app I'm developing atm, there it displays only my start ...