The android-sdk-2.2 tag has no wiki summary.
49
votes
16answers
27k views
ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK. I was able to ...
12
votes
3answers
2k views
Why can't one add/remove items from an ArrayAdapter?
I am using an ArrayAdapter<CharSequence> to populate the items to list in a android.widget.Spinner. That works all fine.
But now I want to keep the list of items dynamic, i.e. I want to be able ...
9
votes
2answers
4k views
How do I pause Flash content in an Android WebView when my activity isn't visible?
I am experimenting with using a WebView to display Flash content inside my activity. Everything is working pretty well, but when the user hits the home key to put the activity into the background, the ...
8
votes
8answers
5k views
Android SDK tools revision 12 has problem with Proguard => error conversion to Dalvik format failed with error 1
I have just updated to Android SDK tools revision 12, immediately my application can't be exported with previous Proguard setting. I received the "Conversion to Dalvik format failed with error 1", the ...
5
votes
2answers
582 views
Simulate a fling gesture in Android ActivityInstrumentationTestCase2
I have an Android view that I am detecting a fling gesture on to perform an operation, and I want to write some tests to verify that the gesture is working correctly. I have tried ...
5
votes
5answers
21k views
Android SDK Manager gives “Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml” error when selecting repository
I'm trying to install a platform but when I open Android Manager then I click Available Software then select the
https://dl-ssl.google.com/android/repository/repository.xml repository
I get this ...
5
votes
2answers
2k views
Android library: resources are merged, code is not
I'm trying to set up an Android application with an Android library project dependence in Eclipse. I've set up a project called AnTest and a library project called AnLib. I've provided a reference to ...
5
votes
2answers
7k views
App cannot start at all in Android 2.2 (Froyo)
My app has been running okay until the recent Froyo update. After installing the Android 2.2 SDK, I can compile my code without any errors. However, when I run it, it just force closes:
Here's the ...
5
votes
3answers
4k views
Android 2.2 and “Bad address family” on Socket Connect
I have a fairly simple game that works perfectly on every version now up through 2.1, but with the new 2.2 (Froyo) release I am unable to create a socket. I am using the mina package for nio, and get ...
4
votes
2answers
2k views
Viewflipper Receiver not registered error while orientation change in 2.1 and 2.2
I am using viewflipper for fling gesture recognition everything works fine for 2.0 and prior but in 2.2 and 2.1 it throws exception as "java.lang.IllegalArgumentException: Receiver not registered: ...
4
votes
2answers
1k views
Android: ScrollBar bug in 2.2 for ListView
The problem appears in Android 2.2. It seems cool because it can auto-hide.But I don't like it quite much because the bar is an indicator for "Whether there is more content not present on the widget". ...
3
votes
1answer
211 views
attempting to unit test and something with RoboGuice.newDefaultRoboModule() is failing with Roboguice 2.0b3 and Robolectric
I've been looking at the astroboy example code and documentation for RoboGuice 2, and I'm honestly stumped. I hope you all can help me out with things to try. The goal here is to test the module to ...
3
votes
1answer
384 views
Correct event registration in the 'PhoneGap + jQuery Mobile' application
I am trying to define the correct way to register both initialization events (jQuery-style) for PhoneGap and jQuery Mobile in an Android application.
After studying the documentation, I came up with ...
3
votes
2answers
351 views
Some Android SDK components does not want to install.Why?
Android 2.2(API8):
-GALAXY Tab by Samsung Electronics,
-Real3D by LGE,
-Dual Screen APIs by KYOCERA Corporation,
Android 2.3.3 (API10):
-Dual Screen APIs by KYOCERA Corporation,
Android 3.1(API12):
...
3
votes
2answers
2k views
Error Android SDK: invalid command-line parameter files
It won't start the virtual device. Why can't things just work??
I'd rather not reinstall everything outside Program Files directory and I don't know and don't care what Eclipse is.
3
votes
1answer
195 views
Android:Problem in saving cropped image taken from camera
I am getting problem in saving a cropped image taken from camera at specified path in SD card.
code-->
public class PhotocropActivity extends Activity
{
/** Called when the activity is first ...
3
votes
1answer
134 views
Voice recognition, is there a way I can determine what the user says, possibly via regex?
I'm using the voice recognition feature in android, I can speak into my device and be presented with a list of possible words.
When I say "start" it gives me the following words it thought it heard : ...
3
votes
3answers
5k views
Android - Set drawable size programatically
The images (icons) come in roughly the same size, but I need to resize them in order for the buttons to remain the same height.
How do I do this?
Button button = new Button(this);
...
3
votes
2answers
188 views
How to test my android app in all sdk versin of android?
I developed one application in sdk 2.1. Now i want to test this in all sdk version. I trying to test in 2.2 ,1.6,1.5. But all get failed ,all throw exception. what are the changes I need be do in ...
3
votes
1answer
2k views
How to programatically set drawableLeft on Android button?
I'm dynamically creating buttons. I styled them using XML first, and I'm trying to take the XML below and make it programattic.
<Button
android:id="@+id/buttonIdDoesntMatter"
...
3
votes
2answers
2k views
Android: Setting button height in XML based on it's width
I am working on layout in android XML in which I would like to set a buttons height to match it's width when setup to fill parent. Obviously this number will change based on screen size, so I cannot ...
3
votes
1answer
16k views
ListView setOnItemClickListener and setOnItemSelectedListener to store the Selected Item Index
I have read on this site that it is necessary to customize the setOnItemSelectedListener and setOnItemClickListener of a ListView if we want to know the Index of the SelectedItem ...
3
votes
2answers
1k views
Android 2.2 deprecates restartPackage but adds another headache
Android 2.2 release notes have just been released. ActivityManager.restartPackage method has been deprecated and the description is:
the previous behavior here is no longer available to ...
2
votes
3answers
54 views
How to close an entire task stack of activites?
I'm using the library SocialLib to add sharing functionality to my app. I'm having real issues with the oAuth callback.
I've created the following Activity to handle sharing:
import ...
2
votes
3answers
54 views
Android SDK. audioManager. setStreamVolume max int value
I'm in the process of developing an Android app.
I have been able to successfully set the speaker volume using:
AudioManager audioManager = (Audiomanager)getSystemService(Context.AUDIO_SERVICE);
...
2
votes
1answer
69 views
Getting contacts location from graph api in Android
I am working on an android application in which I am using facebook open graph api to get the friends list. Its easy to get the friend's list, but what if I want the location of my friend through ...
2
votes
2answers
128 views
requestLocationUpdates crashes
I am still kinda new to android programming, and am running into an issue with the "requestLocationUpdates". I am pretty sure I have narrowed it down, to this, because my code works when I comment it ...
2
votes
2answers
175 views
Runtime Cropping an Image in android
I have already selected an image from SD card in my activity's ImageView using Intent.and now I want to show a fixed size moving Rectangle i.e. we have to use gesture and whatever portion of the image ...
2
votes
1answer
600 views
show multiple images animation
I want to show a background image and multiple images moving down just like "snowfall" scene so how can I do that?Background image should not move, only small images over it should be falling down.How ...
2
votes
3answers
298 views
Show a moving Image on screen
I want an Background image and another image that is moving down over the background image and when it reaches at bottom then it stops there? How can I do this.
"It can be same as street image over ...
2
votes
2answers
90 views
Android Eclipse Program Error
I just created a new Android project in Eclipse IDE, clicked on finish, and before even running project can see error symbol on project folder in eclipse IDE. If I expand folders, I don't see any red ...
2
votes
2answers
906 views
change font size in ListView
I have made a ListView in my android application.
But the problem is that the font size is larger then the requirements of application.
I have tried to solve this but I can't find any property or any ...
2
votes
3answers
384 views
No build target while creating new project
I am a .NET developer and I wanted to work on mobile development though Java. For this I have download eclipse, SDK, Android SDK, ADT plugin and Phone Gap as mentioned in this URL.
...
2
votes
1answer
2k views
Android ArrayAdapter.Add method not working
The ArrayAdapter.add() method is not working for me. I am using Eclipse Helios 3.6 with ADT Plugin, Target Source is a Froyo 2.2 emulator and 2.2 HTC Evo 4g. Here is my java class
import ...
2
votes
1answer
469 views
Voice recognition APIs, will Google Voice do this?
I've got an idea for an android app, I want to be able to say commands and have the application listen out for these and perform some action.
For example, I want my app to sit idle and listen for my ...
2
votes
1answer
398 views
How to fetch DTMF Tones in Android application
Is it possible to fetch DTMF tones in android when the person on other side presses 1,2,3.....9 during a conversation? If so, how?
2
votes
1answer
267 views
Making complex queries through SQLiteDatabase
I'm using the Android MediaProvider application to get information regarding the resources registered in the media library. The only way I found to do this is to use the ContentProvider class provided ...
2
votes
1answer
607 views
Why is the (Mac OS X) android emulator network disconnected?
I have a number of different Android Virtual Devices. Sometimes when I launch them the network connection for the virtual device doesn't work. The network bar box on the top status bar will show up ...
2
votes
2answers
631 views
Android 2.2 - How do I detect if I am installed on the SDCard or not?
I am writing an android app that stores a lot of media files. They are not the type (and are far too many) to clutter up the users notification or other media directories, but they also must be ...
2
votes
1answer
248 views
Account preferences in Android 2.2 per account, not account type
I'm developing an Android application and have one account authenticator with preferences.
But when I add two accounts of my type, then the preferences are shared between them. How can I define ...
1
vote
2answers
34 views
Android SDK. Get NOTIFICATION_SERVICE to resume, not start new instance
I am really moving forward with my android application. I was able to implement onDestroy() and onPause() routines.
I have also managed to get Android's notification service to place my icon with ...
1
vote
0answers
29 views
Is there any readymade Software tool instead of eclipse Emulator that install and test Android APK file?
I have ready made android installation apk file. But i dont have android device available.
I know that i can run the Android apk file in to Emulator by using the eclipse and help of the android sdk.
...
1
vote
0answers
118 views
Failed to parse the output of 'adb version' with android sdk and eclipse
Hi I am trying to install android sdk with eclipse but it keeps showing this error to me
"Failed to parse the output of 'adb version'"
I followed following links but could not work for me
Failed to ...
1
vote
3answers
69 views
Register an option in Android “click and hold” action
I'm creating an kind of download manager in Android. As an easy of use for this program I would like to include something that when the guy "click and hold" over some link (or over some already ...
1
vote
1answer
23 views
Installation of android sdk
I have eclipse and android sdk. I have tried to add through Eclipse>Window>Install new software>Add>Local and gave path of my android sdk location. but it shows an error: no repository ...
1
vote
0answers
39 views
Which tools i can use to load the Android Sdk works fast in Eclipse?
I am using Eclipse to load the Android project and work on it.
but it seems that the loading project and during building it, it takes some time.
So what should i have to do to run it fast ?
The ...
1
vote
1answer
122 views
Why is java.text.Normalizer available on my Android 2.2 phone?
This thing baffle me...
I was checking my code, and decided to change the build target from 2.3 to 2.2 to make sure every 2.3 API that I use is wrapped in a nice android.os.Build.VERSION.SDK_INT ...
1
vote
0answers
99 views
How to view localhost projects on Android SDK via hosts file [Froyo]
I have followed these steps for editing the hosts file in android sdk [froyo] :
emulator -avd [android-machine] -partition-size 128
adb remount
adb push [path-to-edited-hosts-file] /system/etc/hosts
...
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
205 views
Which Android API to use?
I'm planning on developing Android Apps. I downloaded the SDK and AVD manager, and about to download the SDK platforms.
My question is, I want to develop apps for 2.x platform. Do I need to download ...