For issues relating to developing with the android SDK, version 2.2.
0
votes
0answers
11 views
When minsdk is same as emulator SDK (v2.2), I got INSTALL_FAILED_OLDER_SDK
I have the following sdk specs in AndroidManifest.xml:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
When I try to run an emulator with v 2.2, it says:
...
2
votes
3answers
67 views
Layout 4 Buttons in Android
I'm pretty new to Android-development. I'm currently working on an app, where i need to layout 4 buttons on an screen. Button 1 + 2 should be in the first row and 3 + 4 in the second row. I want each ...
1
vote
1answer
16 views
Method similar to tts.getEngines().size() in API 8
I have a code to check the TTS engine availability in the device. As the statement tts.getEngines().size() < 1 will be executed only from the API 14. I need to know if there is any way(methods) to ...
0
votes
0answers
21 views
How can do this from android service to get history record in android browser
How can do this from service to get history record in android browser.
If I am running this code in activity works fine
Cursor mCur = activity.managedQuery(Browser.BOOKMARKS_URI,
...
-2
votes
1answer
34 views
Android API - other networking methods (besides WiFi, Mobile Data) [closed]
I'm developing an app (for academic purposes), and one of its planned features might be in jeopardy. Would be great if you can help me resolve this:
Given that a device WiFi and mobile data network ...
1
vote
0answers
66 views
Android SDK VS Facebook R class conflict?
Okay first of all what I am doing is trying to integrate my Android game which is fully functional and tested to be working code onto Facebook.
I have been following the Facebook tutorial on how to ...
2
votes
1answer
2k views
Android Studio SDK Missing [duplicate]
I installed Android Studio , and edited all Configurations and all what has been written on blogs , but But still show the same message :
Your Android SDK is out of date or is missing templates. ...
0
votes
2answers
75 views
Android Front Camera
i'm trying to use front camera using this tutorial
http://www.vogella.com/articles/AndroidCamera/article.html
but got a problem that is making me mad.
1st of all, if use the code provided by ...
0
votes
0answers
35 views
proguard to enable sherlockfragments in real devise steps
I realy need help, my android app. uses sherlockActivity that holds 3 sherlockListFragments, my min sdk req. is 2.2 , when i ran it on emulator it runs perfectly, but on the real device (run on 2.2) ...
-3
votes
1answer
83 views
Android: Export data from sqlite to a desktop software [closed]
I need to export data from android SQLite database and read it in my Desktop software. I'm thinking about put the database info into an XML file and send it to my desktop. But I don't know if is the ...
2
votes
1answer
66 views
I can't understand why we need import Android sdk into project
I have a strange question,When we develop a android application or others,we need import android.jar into our project,I know if we don't import that jar into project,we can't compile the project and ...
1
vote
1answer
91 views
Action Intent causing a ActivityNotFoundException while starting another activity
My TestApp which launches the activity has the following code:
public void startOperaView() {
Intent browserIntent = new Intent("org.droidtv.nettvbrowser.VIEW");
Uri luri = ...
0
votes
0answers
45 views
This app won't run without Google Play Services, which are missing from your phone [duplicate]
maybe this questions has been asked there millions of times, but nothing help me.
java activity
package com.williamroma.example;
import com.google.android.gms.common.GooglePlayServicesUtil;
import ...
0
votes
0answers
22 views
Does android 2.1 support rotation?
Does android 2.1 to 2.3 support rotation?
I need to know also if these versions support rotation feature:
original Droid (2.2), HTC Aria (2.1)
Google Nexus S (2.3)
Android 3.1 (Honeycomb) – Tested ...
1
vote
0answers
75 views
Dell Streak 5 Front Facing Camera API
So I know that the Dell Streak 5 only supports OS up to 2.2 (API level 8), and that the commands to specify which camera ( camera.open(int) ) wasn't introduced until 2.3 (API level 9). Before then, ...
0
votes
0answers
81 views
android emulator
iam trying to activate the android emulator and it
works fine but i am always getting this Famous msg
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, ...
6
votes
5answers
2k views
Update Android ADT Tool to 21.1.0 from 21.0.1
i have updated SDK to 21.1 and how to update ADT 21.1 in old version. and when i opened my SDK it displays
This Android SDK requires Android Developer Toolkit version 21.1.0 or above. Current ...
0
votes
2answers
394 views
Uninstall old Android SDK versions
I installed Android SDK and it's taking almost 7 GB on my (relatively small) SSD.
When I open Android SDK Manager I can see that everything is installed even older API versions.
Same thing for the ...
0
votes
3answers
43 views
Android layout, dragging or sliding?
Now, I know this is going to sound just outright dumb. But, what is it called when you have a smartphone or tablet and you drag your finger across the screen to move an application down for the ...
27
votes
14answers
30k views
Android ADB device offline, can't issue commands
I can't connect to my device anymore using ADB through the command line or in eclipse.
running the command
adb devices
returns the device name but says its offline.
Things i've tried.
Toggling ...
0
votes
0answers
38 views
Progaurd Error In Argument # 12
I get this error when I try to export my project via eclipse:
[2013-02-20 19:29:54] Proguard returned with error code 1. See console
[2013-02-20 19:29:54] proguard.ParseException: Unknown option':' ...
4
votes
1answer
124 views
Android parseException unparseable date in specific devices?
In my android App I am converting a string to a date using the following method
public Date convertToDate(String date) { //(input date format "Feb 18, 2013 01:32 AM")
DateFormat dateFormat = ...
0
votes
0answers
73 views
Set alpha in adview (admob) in SDK 2.2 android
It is possible to set alpha on advertisement adview (admob) in SDK 2.2 android. In 4.1 I can do that like this:
private AdView adView;
adView.setAlpha(0.35f); //e.g. 0.35f
When I change project to ...
1
vote
3answers
569 views
Change min SDK from 4.1 to 2.2 - style.xml (resource)
I want to change min SDK from 4.1 to 2.2 android. So I have changed in properties "Project Build Target" to 2.2 version, fix some problem (e.g. adView.setY();-makes error) and I now have problem with ...
2
votes
1answer
138 views
How to know what android:id Android expects?
In some android classes you can set a custom layout. As far as my understanding goes, these custom layouts need certain android:ids to work.
For example, for the ListActivity a ListView with ...
0
votes
1answer
864 views
Swiping Images in ViewFlipper or ViewPager
I want to show an image at a time. On a swipe I want to change my image with sliding effect. I read about ViewPager and ViewFlipper. I even have an example of doing such with ViewFlipper. Just need a ...
0
votes
1answer
169 views
Creating a Virtual Device with AVD Manager
I am new to Android App Development. (Did a year back but completely forgot)
A year back I had created a Virtual Device and I had setup the Emulator using the AVD Manager. Back then, it only asked me ...
0
votes
0answers
94 views
removing jpegs metadata in android
I have to compress an image (jpeg) in android application. While the compressing an image, does it strips out the metadata automatically? If not is there a way remove the metadata? Also is there any ...
0
votes
2answers
110 views
android minimum and target SDK
I have a very basic question.
I have a project which has minSDKVersion set to 8 and targetSDK version as 16. Now one of the methods I used setActionView() using this link.
requires a min API level ...
7
votes
3answers
2k views
“Falling back on PROMPT mode since _cordovaNative is missing” error in older Andriod SDK versions
I am Developing an Android Application using Cordova-2.2.0, Android sdk I'm using is 4.1 and my application working Fine.
when I tried to test this Application on Android 2.2 and 2.3.3 I'm getting ...
-1
votes
4answers
493 views
How to obfuscate my android project in eclipse IDE?
I want minimize my app size as well as avoid the app from reverse-engineering. Can anybody help with simple answer?
1
vote
4answers
540 views
Background image of Activity
How can I include an image as the background and where and how to put an image in the application, I am using Eclipse and all the development tools.
Here's what I have done so far in the ...
-2
votes
1answer
320 views
How do I solve this fatal exception in eclipse? [closed]
This is the coding for my application, and I am using Eclipse.
DisplayMessageActivity.java
package com.example.myfirstapp;
import android.annotation.SuppressLint;
import android.app.Activity;
...
-5
votes
2answers
560 views
How can i install any APK from Shell Command? [closed]
I want to install Application APK using SHELL command in Android.
0
votes
1answer
108 views
How to achieve Higher and lower compatibility in android
Currently I am developing the application with lower version sdk-platform:2.3.3 Revision :2 . and application is running perfectly without any problem .. now i want to make this app forward compatible ...
6
votes
1answer
509 views
HorizontalListview with image select and unselect
i am getting problem in image select/unselect in listiview.
in my case,
ByDefault->image color(Yellow)
First click->image color(Orange)
Second click->image color(Yellow)
If user click on ...
0
votes
1answer
46 views
syntax error after placing images in res/drawable directory [duplicate]
Possible Duplicate:
Android: drawable resource with numbers. Is it possible?
I'm creating an android application that includes images.
every couple of images contains the following naming ...
0
votes
4answers
3k views
cordova-android ./create $( which android ) exited with a 1
After executing the command to create a project...
./create <PATH_TO_PROJECT_DIR> <COM_PATH> <PROJECT_NAME>
I get the error message:
An unexpected error occurred: ...
0
votes
2answers
63 views
Android sdk platforms for windows and mac are same?
I have android sdk updated in my windows machine. I need to shift to mac. Already I have android sdk installed for mac. Shall I copy those platforms folder from windows to mac(android-10, ...
0
votes
3answers
438 views
Android- how to Convert library project to external jar files
i have a requirement like i have to use one app for two other applications. so i want to create a library project as jar file so that i can use that in build path easily with out adding the project. ...
2
votes
1answer
161 views
How to get facebook and twitter like gmail webview for android?
I have got a requirement in my app where I want to provide login via google/gmail account.
I have already done it for facebook and twitter usind there respective sdk's (fb-dev app & ...
0
votes
1answer
378 views
Why setAlpha worked in min sdk 8, but don't work on min sdk 9?
I'm trying to setAlpha to my rowView but I got an error saying that I need minimum sdk 11.
View rowView = inflater.inflate(R.layout.main, parent, false);
Well, I am aware that one of the way to ...
-1
votes
2answers
357 views
android app runs perfectly on device but always force close on emulator [closed]
I have an app in progress that includes shaders for Android 2.2. When I install the app on my HTC Desire it runs perfectly but when I run it from (the correct emulator with GPU enabled) the app always ...
1
vote
3answers
1k views
Tips to shift from App Inventor to Eclipse
I am very good with AppInventor to build Android apps. I have good knowledge of C++ and little knowledge of Java and GUI building in Java. Suggest me how should I shift from App Inventor to Eclipse ...
1
vote
0answers
87 views
Detect Bluetooth handsfree is connected or not?
I just want to ask that how I will detect the Handsfree is connected with my android device or not. I can get the paired devices but I am not able to get connected devices. I am using Android 2.2.
0
votes
1answer
171 views
How to get Contact Info(i.e Number name etc) once the activity is launch by QuickContactBadge
I am working on QuickContactBadge. What I want to do is to show my app icon in the QuickContactBadge like facebook or gmail, and when the user press on the icon it will launch my application a ...
1
vote
1answer
624 views
Custom Camera display orientation in android
How to maintain camera display orientation in android when i create custom camera class.
when i not perfect solution for more then android device then what i do for this scenarios and when some device ...
1
vote
0answers
61 views
Using rkhunter for rootcheck on android [closed]
I added few root checks in my application, but after reading a lot of reviews, it came to an understanding where we cannot check the complete list of applications used for rooting.
However is it ...
0
votes
1answer
158 views
Can't Insert an event to Calendar Android
I'm trying to Insert an event to Calendar Using an Intent with the following code:
package come.jobfinder.dev;
import java.util.Calendar;
import org.junit.Test;
import android.app.Activity;
import ...
1
vote
1answer
260 views
How can I remove edittext error and request focus in android?
When I set error and request focus on edittext then it sets an error and request focus but how can I remove error and remove focus ?
mEditTextSearchOrAdd .setError("Error");
...






