Tagged Questions
0
votes
1answer
368 views
Android Studio doesn't work on Windows 8 [closed]
I've setup Android Studio in Windows 7 and it's work fine for me. But same installation i try with Windows 8 then it's seem to not working.
Anybody configure Android Studio in Windows 8? Any ...
0
votes
0answers
37 views
Multi language Android application
I'm creating a multi language android application and I made folders with different languages and everything works perfect.
The only issue that troubles me is when user selects a different language I ...
1
vote
3answers
30 views
Cannot reference an android library project in Eclipse
I am trying to add a library project as detailed on http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject
Last week I could do it but now all of a sudden I ...
0
votes
1answer
43 views
Android - App locale changes and displayed orientation
I'm having a headache with the locale thing in my app. So basically my app supports two languages, English and Vietnamese, and user can choose to change the language to be displayed. So I have a ...
0
votes
1answer
27 views
How to make Widget aware of changes in textscale?
there are many questions on SO concerning device orientation change - which might or might not make sense for Widget. I'd like to be notified about configuration changes concerning the textScale. (I ...
0
votes
0answers
50 views
Configuring downloaded SDK with downloaded Eclipse Galileo
I have downloaded adt-bundle-windows-x86_64-20130219.zip. I extracted it to C:\ and run Android SDK Manager. The result is:
However Eclipse included in the package seems to be for 64bit since it ...
0
votes
0answers
86 views
Android - WIFI Configuration OTA using URL
I need to deploy OTA WIFI configuration on Android devices.
For example, by deploying an XML file on a Web server accessible by an URL from the mobile. Do you have any idea on how to proceed?
On iOS ...
0
votes
1answer
102 views
How to configure Android Emulator once SDK is installed
I am trying to get the Android emulator up and running on my 64-bit Ubuntu 12.04 distro. First, I had to install ia32-libs to get around some earlier issues that I had encountered on previous (failed) ...
0
votes
1answer
110 views
How to install openCV on android emulator
I have to install openCV on a emulator. Somebody wrote that is should use a certain command
adn install <...>/OpenCV-2.4.3.2-android-sdk/apk/OpenCV_2.4.3.2_Manager_2.4_x86.apk
but did not say ...
0
votes
2answers
34 views
titanium android configuration OSX
I am new at this, and I am following the tut from "Appcelerator Titanium Smartphone App Development Cookbook"
Now I have built pretty much the all app, but when I try to build in android I get a very ...
2
votes
1answer
76 views
Activity is blinking after locale change in Android 4.1+
I have implemented custom locale selection about a year ago but after 4.1 release users start to complain on constant activity blinking. Here is code I'm using (compiled from different SO answers):
...
-3
votes
1answer
41 views
facebook android sdk configuration [closed]
I am new in facebook android sdk. Using the link i tried to configure the sdk but every time get error and can't import library. There is a facebook-sdk.jar file through which i can import some ...
1
vote
1answer
30 views
Android Application to setup another app
I want to know that, Can we create an app on Android in which we can configure the settings of another application. I want to have an app to behave like a server in which the changes are done and the ...
-3
votes
1answer
59 views
Configure android device programmatically [closed]
I just wondering if there is a way to configure an android device programmatically. I mean configure wifi, security information,... in fact all the configuration which we can do with the interface.
I ...
0
votes
1answer
94 views
How do I add a classpath to a my Android Ant build system?
I have an Android project that holds a copy of a .jar file (library). I would like to include this JAR file in my Ant classpath so that Ant can link against it when I build.
I have added the path to ...
1
vote
0answers
147 views
onConfigurationChanged() calling twice when change orientation Landscape to Portrait
i am getting strange issue in my app. The main issue that i have asked here. issue is android:configChanges="keyboardHidden|orientation" is not working in my code.
so i have found the solution to ...
9
votes
1answer
2k views
AVD hardware buttons not enabled
I just downloaded and installed the new Android SDK. When I start the emulator, on the emulator screen it says "Hardward Buttons not enabled in AVD". There are Home, Menu, etc are all disabled. How do ...
1
vote
2answers
347 views
IntelliJ IDEA 12 - Incompatible Android version error
I'm starting out Android development with IntelliJ IDEA 12.0.
I have installed and configured JDK and Android SDK. I wanted to target Android SDK 2.3.3 so the SDK is configured as in the screenshot. ...
1
vote
2answers
141 views
Android Searchable Configuration not getting attached to SearchView
I'm currently working on adding search ability to my app but I'm facing some problems. First of all I'd just like to clear out that I don't want to create a search activity, I just want to use the ...
0
votes
1answer
139 views
What gets called with sensorLandscape
I have an application that I only want to run in landscape mode (e.g. landscape or reverse landscape) so I am using sensorLandscape in the manifest.
My problem is here:
I also have a video recorder ...
0
votes
1answer
139 views
How to setup WiFi via config w/o rooting device [closed]
So, looking at Connecting to wi-fi using adb shell, we want to do this exact kind of thing without rooting the device. Is it possible?
We own some wireless android devices that we want to manage. We ...
0
votes
3answers
159 views
How to avoid Service to be stopped on configuration change?
Hi and thanks for your help.
I have the following situation.
My Activity is bound to a Service that performs heavy data retrival from internet via an AsyncTask.
Since the Service is heavy I need ...
0
votes
1answer
33 views
I receive ORIENTATION_UNDEFINED when I call mDisplay.getOrientation
I want to retrieve my device orientation and when I call mDisplay.getOrientation I receive ORIENTATION , how can I get the orientation in this case ?
0
votes
6answers
67 views
How can I use different codes for different screen sizes?
I am developing android program that have a lot of supported screen sizes and I have different layout for each screen , but some layout have extra buttons and views so I want to change the code ...
2
votes
1answer
233 views
How to get width and height of GridView after onConfigurationChanged
I want to get width and height of my GridView after onConfigurationChanged so when I swing my device from landscape to portrait I want to get the new width and height values of my grid
1
vote
1answer
52 views
android - when exactly to react to configuration change
Let's say the user has entered a text which I want to save and then re-insert when the screen has been rotated. Is onConfigurationChanged() called BEFORE the activity is destroyed so I can save the ...
0
votes
1answer
76 views
Orientation change and handle ConfingurationChanges manually in android
Here i develop one android application for both orientation Portrait and Landscape. So i create two layout folder for Landscape and Portrait and create two layout.xml files one for Portrait and second ...
1
vote
1answer
67 views
android bug or a misuse of Configuration object?
We have a bit of code in the Application object onCreate method that changes the default local in the configuration of the ApplicationContext.
it looks something like:
Locale locale = new ...
1
vote
1answer
74 views
how to set in eclipse run as android project by default
I have a question, I'm developing an Android App under Eclipse flavored juno and I want to set the preferences of my run button to always run my project as an Android App.
I just dont find the ...
2
votes
1answer
256 views
Jenkins Maven Builds using Multi Configurations
I am setting up a CI server at work (first time for everything) and got a question.
So, My Maven job works great, building and performing my tests.
However I wish to use Multi Configuration to ...
0
votes
0answers
28 views
Android: using app configuration to use a custom values
I have been reading about app Configuration and how i can use different resources depends on the phone screen size, language and such..
I also seen i can change the configurations dynamically when ...
0
votes
0answers
93 views
How to configure byond mi-book mi1 tablet with eclipse
I have an byond mi-book mi1 tablet and I want to make compatible with eclipse INDIGO. I am already trying all the possible key steps and search out on many llinks but I am still not able to get ...
1
vote
0answers
71 views
Android : modifying Bluetooth configuration from code
I would like to know if there's a way to modify Android configuration with my app (with appropriate right in manifest).
My problem is to put Bluetooth visibility to "always" (in Params -> BlueTooth ...
0
votes
1answer
101 views
Eclipse-New Project Wizard -default component not found---how to configure?
I am using Eclipse Platform-3.7.2,ubuntu 12.04,java-"1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.5)
I installed Android platform & packages using Android SDK Manager. I installed ADT ...
1
vote
0answers
251 views
Emulator hardware options in ADT 21
TL;DR: how do I remove support for touchscreen in the emulator, in the new ADT 21? Basically, I want to simulate a (dpad and qwerty)-only device. Details below.
Neither the new "Device Definitions" ...
1
vote
3answers
1k views
Android Device onConfigurationChanged event does not handling orientation
i have an activity and on startup of the activity i need to change the orientation in lanscape and then later on i want to handle both orientaion changes as user rotates device , but it once changes ...
0
votes
1answer
133 views
Possible ways of programmatically/normally securing settings tab on lenovo tablet? (Includes android programs to password protect it)
I would like to secure settings tab on lenovo tablet device with a password. What is a simple way of going about this? Code is welcome too (I think I might need to code but if you think an google play ...
1
vote
1answer
51 views
config of app widget configure activity is not stable
i use this function to update text color in an appWidget
public void onClick(View v) {
views.setTextColor(R.id.text, getResources().getColor(R.color.blue));
...
2
votes
2answers
92 views
c2dm server block or not supported on lenovo tablets?
I have been looking for c2dm servers for lenovo tablets because my boss has decided to use absolute manage for our android tablets. I was wondering if c2dm is supported on lenovo's thinkpad tablets? I ...
3
votes
1answer
277 views
What is called after “onConfigurationChanged()”?
I am a young developer on Android and I can't find a solution to my problem.
I want to simulate an event just after the configuration changes and for that I have tried to use onConfigurationChanged() ...
1
vote
0answers
182 views
How to change “keyboard language text input” when I change language in my app
I wanna create an app, and in my app support many language. But I can't change keyboard language when i change the language.
Here is the code to change language in my app...
String [] lCode = ...
0
votes
1answer
203 views
Android remote or push configuration profile
I am searching a solution to configure an Android mail account from a Web URL/link.
The Android Device Administration API (since 2.2) is very restrictive and does not include mail account ...
0
votes
1answer
118 views
Getting different sharedpreferences for different appWidgets [duplicate]
Possible Duplicate:
Add several appWidgets with different configuration?
I have a widget which displays a simple textview, which is editable as an edittextfield in a configuration activity. ...
3
votes
0answers
2k views
configure: error: C compiler cannot create executables when configuring for Android
I have downloaded the CPP Unit Test framework and trying to compile for the Android. But, facing the Configure issues. I tried making Standalone tool chain and also tried configuring but its always ...
3
votes
1answer
82 views
How to manage an application settings on Android
I'm working on my first Android application that sends many requests to a server (API) to load data, so I was thinking to use a separate file, like .plist on iOS, that will have a list of URLs (the ...
0
votes
3answers
448 views
How to force android to reload main.xml
I'm working on a project to change locale on fly in application. The main UI was created in res/layout/main.xml. Here is my code:
OnCreate()
{
... ...
Configuration config = ...
2
votes
0answers
172 views
Device statistics with given hardware accessories, sensors, etc?
There's an Android dashboard that provides statistics by operating system, screen sizes, and densities.
However, I'd like to get at data like devices with physical keyboards, front cameras, etc. ...
0
votes
1answer
373 views
Android configuration/Properties file for version Name/Code
What I would like to do is create a configuration/properties/xml file in an Eclipse project that can specify project settings.
The context is that I have one application meant for 2 users. But they ...
2
votes
2answers
393 views
Using Smallest Width configuration qualifier
Is it valid to use drawable-swdp- like drawable-sw720dp-xhdpi?
Below is my scenario:
My Acer iconia tab A501 (10") has a resolution of 1280x800 and density mdpi(160dp).
It is expected to take the ...
0
votes
1answer
119 views
Programmatically configure widget face
How to programmatically configure widget face? I have create widget:
Layout:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:tools="http://schemas.android.com/tools"
...





