The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

Load Google Maps Android API version based on Android platform

I have an Android application that runs Google Maps API v2. By using SupportMapFragment, I support devices running Android as back as API 8. I know Google Maps API v1 is deprecated and that very few ...
0
votes
0answers
23 views

Android responseCode 400 if Android-version lower than 4

somebody knows why I get the ResponseCode 400 on android 2.x ? In Android 4.x it works and the server returns 200. URL url = new URL(url_in); URI uri = new URI(url.getProtocol(), ...
3
votes
2answers
43 views

Android app - Lite version or paid version

I am developing one android app with single source library. I wish to submit the app for both free and paid version. For free version I planned to disable some functionalities and give more ...
0
votes
2answers
38 views

Why my app installs on (presumed) not supported versions of Android?

I'm receiving (from bugsense) crash reports from my App on Android versions below 3. But the App has declared in the manifest: <uses-sdk android:minSdkVersion="11" ...
4
votes
2answers
36 views

Compiled version vs. Minimum required version Android

In my custom view I'm using the method drawTextOnPath(...) which is not supported for hardware acceleration until 4.1. So I wanted to add an if statement which checks the current Android version on ...
0
votes
2answers
241 views

App works fine in android 2.3.7 and not in 4.1.2

I have an app that works fine in android 2.3.4, 2.3.6 and 2.3.7 but it doesn´t in android 4.1.2 or 4.2.2 (I have no more devices) The app calls to a jar file that returns a result, when I test the ...
0
votes
2answers
68 views

Android - How to use different code lines depending of Android version

I have a project which is compatible with Android versions from 10(GINGERBREAD_MR1) to 17(JELLY_BEAN_MR1). So, I would like to use setBackgroundDrawable for versions lower to 16 and setBackground ...
2
votes
1answer
41 views

I want to get the version of android by adobe air

I want to get the version of android by adobe air. I searched the question,but not result. So,if somebody kwows,please help me.
0
votes
0answers
33 views

Identity.IDENTITY alternativ with Android API Level 9

I develop an app for Android Version 2.3 and already have some working code till I realize that one part won't work with a lower Version then 4.0. So now I need an alternativ for this part. I insert ...
2
votes
1answer
75 views

Get my application update versionCode to check new version

I have in mind the force the user to update the application when there is a new update. To accomplish this I had thought in the versionCode, obtain the versionCode of the application installed on the ...
0
votes
1answer
57 views

Specifying Android library version code/name

Which is the right place to specify android's library project version code/name? Whats the current state on a library's Android Manifest? When you bundle a library jar, can AndroidManifest be ignored ...
0
votes
0answers
73 views

Stop invalidating view constantly in minSdkVersion 10 when having a marquee textview on top

I want to have a Marquee TextView and a CircleView below it. However, when I inspect it, I see onDraw is called too many times while the text is running. I spent several days to find what causes and ...
0
votes
1answer
226 views

Since which Android version is “drawable-nodpi” supported?

Since which Android version is "drawable-nodpi" supported? Is it safe to put images in "res/drawable-nodpi" and expect them to work in all android version from at least since 2.0(Eclair) and up?
3
votes
4answers
197 views

How can I tell which Android Support Library v4 revision I use?

I can see in the Android SDK manager the version installed on my computer (in Android SDK manager), but usually a project uses its own copy from the libs folder. Is there a way I can tell which ...
1
vote
1answer
134 views

Integrating google drive with a 2.1+ android application

I'm trying to have my apps sync their database with drive so that the app data is n'sync throughout all his devices. I did some research and found this quickstart, Dr.Edit but when I downloaded the ...
-4
votes
2answers
80 views

Min Android version for port of iOS game? [closed]

I just completed an iPhone/iOS game ("Ktalu: Planet of Terror"). I would like to port this to Android so I downloaded and installed the Andorid SDK/Eclipse etc. When I create a new project, it asks me ...
0
votes
2answers
780 views

“No compatible targets were found” eclipse adt plugin error

I don't understand... In my office I installed Eclipse + Android SDK (API 16) + ADT plugin to develop my own app. When I installed it on my Galaxy Tab and Galaxy Nexus nothing happened and it worked ...
0
votes
0answers
67 views

Android app doesn't work with architecture intel

So, I'm here trying solve my problem, I done my first version of the my android app, but I was to test in another phone with architecture intel and android version 4 and didn't work. In my eclipse's ...
1
vote
1answer
118 views

requestRouteToHost issue under 4.0.3 and 4.0.4 but not other

For a personal project, I have to check if the device LAN ip for MMS is reachable. I've already found the IP with the provided APNs. Now I need to user the requestRouteToHost method to check if the ...
0
votes
1answer
72 views

ImageView works on android min sdk 2.2 but not when I changed to 3.0?

I'm making an android application that uses internet data. I developed on min sdk version 2.2 but now I changed it to 3.0. My problem is that now some of the components don't work. My guess is that ...
4
votes
2answers
124 views

Android App doesn't launch on lower version than targetSDKVersion

I have just downloaded the latest SDK version from Android SDK Manager and set my App's Project Build Target to Google APIs level 17 as below And added in my App's AndroidManifest.xml as below ...
0
votes
0answers
119 views

Revmob: What is the version of your Android? [closed]

I am trying to integrate Revmov in my android app. I have tried (android 2.2, android3.0) But getting following errors. Problem with SSL. What is the version of your Android? RevMob did not ...
0
votes
1answer
125 views

Equivalent of NavUtils when not using the Android support library?

This question has also been asked by someone on the Android Developers Google Group (link), but it does not have an answer... I recently removed the v4 support library from my Android project in ...
0
votes
2answers
132 views

If app only targets Android 4.0 and up, can v4 support library be removed from project?

I've written an app that only targets Android 4.0 (Ice Cream Sandwich) and up. android-support-v4.jar seems to be a dependency in my Eclipse project by default. Since I'm not targetting any lower than ...
2
votes
2answers
63 views

Compatibility of Android applications among different versions of Android

I created an Application about 1 year back on Android version 2.1 and made available to all the other versions of Android. At that time Android mobiles with versions 2.1, 2.2 and 2.3 were very common. ...
1
vote
0answers
176 views

Issue to run javascript in webview with Android version 4.0.3

I'm doing some stuffs. I got unbelievable issue with Webview. I am not able to run javascript with webview in android version 4.0.3. I'm calling webpage that contains java script. I am able to run ...
1
vote
2answers
259 views

Andengine setText unexpected behaviour in android 2.3.3

I have this code: score = new Text(20, 50, font, "0123456789.()abcdefghijklmnopqrstuvwxyz", vbom); score.setText(""); scene.attachChild(score); I read in internet, that in beginning of using ...
1
vote
1answer
166 views

Emulator rotation issue after updating Android SDK to rev 21 and Android Platform tools to rev 16

I have updated my Android SDk to rev 21 and SDK tools rev to 16. I created a new AVD and launched it. Now when I rotate the screen it get rotated but actual activity doen not rotates accordingly. It ...
0
votes
1answer
69 views

ListView operation varying according to the android versions

I came across some odd problem which some how deals with android OS versions. My problem is that the following given code is working properly as I want in android version 4 but the same programme ...
1
vote
4answers
83 views

Android versions clarification

I'm going to develop an app for Galaxy Tab. So I want to know, if I develop it under Android 2.3.3, if it will work in all later versions (up to 4.2). My customer wants the app to be run on Galaxy ...
0
votes
2answers
94 views

android different build versions

I have a android app that I'm building in android 2.1. But the time has come to switch to a bigger build. What is the best way to support 2 or more android build versions. I had some suggestions like: ...
2
votes
2answers
33 views

How to test when new version releases for android

I don't have facility to buy each phone with new version release for android. Means if android had release 5.0 then how can I test whether my application will work or not. Please specify any strategy ...
0
votes
4answers
461 views

how to get Android platform code-names like Honeycomb

In my application I want to show the Android OS code name of the device. i.e. I want to get the android OS code names like Honeycomb or Gingerbread pragmatically at run time from device. Is there ...
0
votes
1answer
37 views

Android 3.0 and higher version issue

Thankyou for taking the time to look at my problem. I'm working on an android application and I keep getting an error in eclipse every time I use the parent="android.Theme.Holo.Light". I have my ...
0
votes
4answers
67 views

Same app for different android versions

I have written an app for android, and I want to make it compatible to new and old versions of android. For instance there's the CursorLoader class that exists since API 11. What I would like to ...
-1
votes
3answers
84 views

Android application not working on different Android versions

I have developed a Android application with targetSdkVersion="15" . When I run this application on Android 4.0.3 it's working fine. but When i was try this on Android 2.3.3 it shows the error. so, now ...
2
votes
3answers
351 views

Inflated AlertDialogs unreadable on Android 4.X while looking perfect on Android 2.X

In order to show dialogs with rich content and input elements, I use Android's AlertDialog.Builder to create an object of AlertDialog and then I use the system's LayoutInflater to set the content ...
0
votes
1answer
455 views

Why does the Android version code and version name keep going back to 1 and 1.0?

I'm trying to publish my app to the Play Store but whenever I export the app as an Android application, my version code and version names get reverted to "1" and "1.0" respectively. I am simply ...
1
vote
0answers
41 views

Newer version of android api is preventing from getting and streaming data?

I have been trying to use SAX XML parser to access some data on a server but no matter how tried how many different tutorials I applied and approaches tested the data variable would come up empty ...
0
votes
3answers
191 views

Android button stretched in 4.1 but not in 2.2

I have a simple to-do list app with a button in the shape of a black plus to add things to the list. In android 2.2, the black plus looks like this: However, in android 4.1, the black plus looks ...
0
votes
3answers
102 views

Error when get HTML from web in android

I have 1 EditText 1Button and 1TextView, when I type url in Edittext and click button, the textView will be show the Html from website that i type the url in edittext. I want to get html from web by ...
0
votes
2answers
379 views

android option menu issue in different versions

I have created one simple menu with two options that says "Add new contact" & "Settings" with white png images. So now if i run in the 2.3.3 android OS version it looks like the below image: ...
0
votes
1answer
162 views

Why when I create new xml layout the control in palette change to old version of control in Android?

First I create my project that minSdkVersion="13" and targetSdkVersion="15". But when I create new xml for layout, the control of the Palette at the left side show the old version of control. And ...
0
votes
1answer
40 views

How can I detect which version of my Android app my user first downloaded?

I realize that this problem can be solved in the future by using some sort of SharedPreferences value that contains the app version and is set only on the very first run. However, I'm considering ...
0
votes
3answers
137 views

application compatible to mobile as well as Tablet

I want to make an application compatible to mobile as well as tablet.Please suggest me how can i do that? Do i need to make two separate application or one application will solve my purpose?
0
votes
1answer
217 views

Admob and API version 8

I develop on an.. let's say: not ultramodern computer, and were doing fine so far developing with the emulator for API version 8. Now I try to use Admob (after meddling with "Adsense for Mobile Apps" ...
-2
votes
3answers
1k views

What is the best android SDK to start developing Android application? [closed]

There are many android versions, I see the android 2.3 is the most popular one. What is the best choice, to work on android 2.3 or to work the latest version android 4 or even android 3 ?
0
votes
1answer
543 views

Android Gingerbread buffering with MediaPlayer

I try to implement a simple media player to play an audio stream from an external URL. Pretty simple I guess. Tried to implement this sample from Androïd dev site ...
1
vote
2answers
621 views

What version to choose?

When installing the SDK i read something about 97% of phones support Android 2.1 My question is should i, when opening a new project choose to compile it to Android 2.1? Will apps written for 2.1 work ...
0
votes
2answers
84 views

android app not working other than 2.1(works perfectly)

i have built a app based on 2.1 ..forward compatibility error occuring .Though its not showing any error on logcat still the click events are not working on any later version than android 2.1.On 2.1 ...

1 2