An Android emulator is software which simulates the functionality of an Android Device running the Android OS. Emulator allows developers develop and test applications without the need of various real devices with different configurations.

learn more… | top users | synonyms

0
votes
2answers
12 views

Buying a tablet vs. phone for Android app development

I want to buy an Android device to do some testing for my Android apps. I was wondering what would be a better investment - Google's Nexus 7 Tablet which is only about $240 or a cheap Android phone? ...
0
votes
0answers
9 views

Android : reading googledrive privatekey.p12 error

I am trying to get the xxxxxxxxxxxprivatekey.p12 path from the main folder of project. But it is showing the following error.I am very fed up by searching solution for this.Where to store the google ...
0
votes
0answers
23 views

Unable to start activity ComponentInfo and GC_FOR_ALLOC Errors on Different Devices Android

I can see just one problem in my computer when I start and complete my Android Project. My friend see diffrent problems when he starts same project in his computer and phone. These are our logcat ...
0
votes
0answers
18 views

Android : Not able to run the application

I am using phonegap, angularJs to create an android app. When i try to run the emulator i got message to resolve the error first. Error : (skipping file '.htaccess' due to ANDROID_AAPT_IGNORE ...
0
votes
2answers
29 views

Did virtual devices have temporary memory?

While I was using a virtual device to test my application I noticed that sometimes, after the device has been turned off for a while (for example: I used the device to test my app today; turned off ...
0
votes
1answer
24 views

Emulator issues

I apologize for the simplicity of my question, but is there a way to select which emulator your Android Application Project runs in? I'm running this in Eclipse I thought it might have been specified ...
-3
votes
1answer
28 views

Error on AsyncTask in Android App [closed]

I have two buttons in one screen. One of them is "GetOrder" and the other is "DeleteOrder". When I click "GetOrder" it's working well but when after that I click "DeleteOrder" the app will show this ...
-1
votes
3answers
50 views

Parse a string to date in java with specific format [duplicate]

I am parsing the date but not getting the proper result. SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd"); startDate = dateFormat.parse("2013-05-18"); getting output "Sat May 18 ...
0
votes
2answers
36 views

Getting current time of Denmark

I am using following method for getting current time in HH:MM format. SimpleDateFormat dateFormat = new SimpleDateFormat("HH:mm"); try { OpenTime = dateFormat.parse(open_t); ...
-1
votes
2answers
42 views

Does anyone understand the syntax of this? [closed]

05-18 03:36:42.250: E/Trace(3525): error opening trace file: No such file or directory (2) 05-18 03:36:42.640: D/AndroidRuntime(3525): Shutting down VM 05-18 03:36:42.640: ...
-1
votes
0answers
7 views

Android Fatal exception :main

I am designing an app to solve logic equations by Quine-Mccluskey method.Whenever i try to run the app i get this error message.Please help. Logcat Error 05-17 20:10:30.192: ...
0
votes
2answers
48 views

Infinite loop when button is clicked on Android

What I'm trying to do is: If the EditText input is equal to the random number generated, then stop the loop otherwise keep on the loop and reset input text. For some reason, I'm getting an infinite ...
0
votes
0answers
23 views

Android : XXHDPI Device Reads XHDPI Values

I have an app that will support xxhdpi devices but I cannot make it work on emulator (I don't have a real device with me and I want to test it on the emulator.) This is the configuration of the ...
1
vote
0answers
30 views

Andriod MediaPlayer not working on Tablet Device

I developed ShoutCastInternet Radio and I'm Successfully Playing on Mobile Device,But the Same Code if i execute on Tablet Device,I'm not able to play the Stream,I had Debugged My Code,The Program ...
0
votes
2answers
30 views

The application is installed but not running or visible on virtual device

[2013-05-17 03:56:29 - beginner] Android Launch! [2013-05-17 03:56:29 - beginner] adb is running normally. [2013-05-17 03:56:29 - beginner] No Launcher activity found! [2013-05-17 03:56:29 - beginner] ...
0
votes
3answers
48 views

How do I add a clickable button to a textview that is clickable currently

New to android trying to figure something out, any help appreciated.I have a textview which is currently clickable. I just need to put a clickable button background to it. This is my xml file: ...
-1
votes
3answers
30 views

Eclipse “Run Configuration” showing only one Emulator instead of two (Android) [closed]

I launched two emulators to send SMS on each other but whenever I go to "Run Configuration" to select emulators, it's showing only one running emulator. Could you please tell me how to fix it? Hope ...
0
votes
0answers
36 views

Communication between client (android emulator) and server (app on pc) via java.net.Socket

I'm writing an simple client-server application, but I have a problem with connecting the client, which is the AVD and server - simple app on PC. When first starts the avd it works ok but when I close ...
0
votes
0answers
27 views

android webdriver enabled but not responding - debugging? - emulator on headless ubuntu 12.04

Config OS: Ubuntu 12.04 64bits CPU: Quad-Core AMD Opteron(tm) Processor 2352, 2.1GHz RAM: 2GB Headless Ubuntu, I use Xvfb, without Eclipse android: v4.2.2 & webdriver v2.32.0 Question As you ...
0
votes
0answers
12 views

Save Cookie Store to file in Android

I need to save cookie store returned from httpClient: CookieStore cookieStore = httpClient.getCookieStore(); And want to set the cookie store back to the httpClient when sending a new http call: ...
0
votes
0answers
17 views

How do i setup the Android emulator to reach the local computers HTTP server

So I am currently developing an App for Android using the network interface, while testing the device I am limited to using the internal webserver of the Mac, how can I reach this server independently ...
-1
votes
1answer
61 views

emulator not working in android version 4.2.2 [closed]

Iam newbie to android. I have created a simple hello-world project in eclipse. when i attempt to run the app the emulator is not starting. I goggled and created AVD. hen also it is not working. I even ...
1
vote
1answer
45 views

how to fix? I can't run my application its cancelled

I have always getting the below error while run my application. I tried all solution through google. Still i didn't able to fix my solution. I restart my eclipse and delete the AVD and create it ...
0
votes
1answer
49 views

My code is correct, my Droid emulator runs, but the App will not run (Eclipse)

I am fairly new to programming. Recently i was following tutorials for Android Development in the New Boston channel on youtube. I understand that there were many updates and changes in the Eclipse ...
-2
votes
0answers
24 views

Using Android Emulator in VS2012 “Browse With” for mobile web app [closed]

I have an MVC 4 C# web application that has mobile pages. I am using the Electric Plum iPhone emulator to open for iPhone (works great) but would also like to view in Android (Customer requirement). ...
0
votes
0answers
53 views

Emulator shows unfortunately, has stopped, help me

I am new to Android and i trying my project, I have some problem, When I run the app in the emulator, it gives the message Unfortunately, work_notification has Stopped. I make a list work, use ...
-1
votes
2answers
45 views

my app does not run on emulator

I have an app that runs on tablet devices and emulator Android 3.2 API Level 13 successfully but it does not run on emulator Android 4.2 API Level 17 Why does this happen and this emulator is not ...
0
votes
1answer
38 views

Android Sync Email on an Emulator

I was able to get to work with email on an emulator few months ago, but due to some reasons i have formatted my system and now I’ve been trying for the last couple of days to sync my google account on ...
0
votes
1answer
39 views

Andriod Playing MediaPlayer in SeparateThread

I have a Mp3Link need to play it on my Device in a Separate Thread I have tried this,But when i execute my code ,I'm not able to play the Music,Could any one look at My Code,What Went Wrong? Here ...
0
votes
2answers
41 views

how do i start animation after some time in android?

I want to start second animation after the end of first animation. This is what i have done so far <set xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
3answers
40 views

How can I call to a button Event Listener. even is not clicked?

I have button event listener with some actions inside which work good. I want to execute that event listener even I don't press that button I mean like execute a normal method. Because I don't want to ...
1
vote
1answer
21 views

Wrong display direction AVD Manager

When I start a Virtual device older than 4.2.2 version ... the display it is something like the picture.... What I'm doing wrong?
0
votes
1answer
19 views

Error in configuring virtual box to ADB

I have setup virtual box for android emulator. Everything was fine till now, but when I am trying to connect to add to virtual box it is throwing me the message: unable to connect to ...
0
votes
2answers
22 views

Error in setting virtual box for android

I have set up a virtual machine for emulator and has run the android iso file and took the IP of virtual machine. Till this point everything is fine but now when I tried to to run the command "adb ...
-2
votes
1answer
46 views

android how to add marker on image?

I need to add marker on specific pixel on image how can i do it any ideas and I need to make an action when clicked on the image i read this article but i didn't know How to start with it @Override ...
1
vote
5answers
59 views

Andriod Loading Image from URL in ListView

I am Reading imageURL's From Rss Xml file and displaying in List View,I'm able to display the images ,but getting Exception For Some Image URL's java.io.FileNotFoundException Here My Code: public ...
1
vote
1answer
35 views

How to Sync a Google Email Account on Emulator

I am trying to sync google mail account in Emulator, but after filling account details i am getting below screen and whenever i do click on Sync Now not Syncing my account... Screen 1: Screen 2: ...
0
votes
1answer
60 views

links from the browser to open my Android app [duplicate]

I'd like to be able to start installed application, when the user clicks on a URL of a given pattern instead of allowing the browser to open it. This could be when the user is on a web page in the ...
0
votes
1answer
50 views

Andriod getting Black Screen when Switching from SplashActivity to AnotherActivity

I facing a problem when i move from splashscreen activity to AnotherActivity ,The Problem is getting a BlackScreen After SplashScreen Disappears and Before MainActivity Screen loads Could any one ...
0
votes
1answer
16 views

Accessing files saved by android emulator camera app on my laptop

I have written a camera application which records a video and saves the file at address: content://media/external/video/media/filename I am using Android BlueStacks app player for Windows and I want ...
0
votes
2answers
39 views

i am getting fatal exception:main in android and the application is not getting executed on emulator?

` public class JsonExampleActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { ...
-2
votes
0answers
12 views

how to integrate Vediopalyback example to cloudrecognization example using qualcomn sdk in android [closed]

Hi friends i am working on agumented reality qulcomn vouforia sdk, here i can able to play vedios using vedioplayback example,but i need to set scan funtion to vedioplayback example,but i dont know ...
0
votes
1answer
22 views

Error Unable to start activity

In my application I have three PNG file that I use as the background of the activity, placed in the folder drawable-nodpi, but the application crashes on tablet Samsung Galaxy Tab 2 10.1, that i used ...
0
votes
1answer
29 views

Android images not scaling properly

I still can't understand how images are scaled. I have this 600px x 600px image. I scaled it to different sizes (ie. to 450 x 450, 300x300 and 225x225). I did that in order for devices with different ...
0
votes
0answers
25 views

Android ADT 21 Juno blocking launche application

I had recently installing ADT 21 in Eclipse Mobile , but when I launch my application Eclipse was blocked in 100% (progress view) but don't start in AVD ..... I tried to change setting of my app in : ...
0
votes
2answers
108 views

Installing com.google.android.gms on emulator, packet exist error

I'm trying to install com.google.android.gms v 3.0.27 on my android 4.2 emulator . But when I run adb install. it execute some minuets and the say: INSTALLATION_FAILURE_PACKAGE_EXIST the emulator ...
0
votes
0answers
23 views

Emulator configuration for Galaxy Tab 10.1 (10 inch)?

Take a look at these images. Is this a proper config for Galaxy Tab 10 inch tablet? Please suggest if anything needs to be changed.
-1
votes
1answer
88 views

Build a simple app using Sencha, not working on Android 4

I would like someone to help me verify what I've done to build a simple mobile app using Sencha Touch and Sencha Cmd. I've been trying to build an Android app for awhile and I cannot get it run on ...
-4
votes
0answers
116 views

how to use real apk leecher and apk downloader extension still works for android market [closed]

I m trying to download apk of some free app from android market to my pc ...but apk leecher shows error while connecting to server and extension doesnot show options page with required field...is ...
0
votes
2answers
30 views

dip is not stretching properly according to screen resolutions in android phones

I have used dip(eg: width = 30dip, scroll bar till the middle of screen) , as parameter But in 3.5 inches phone it looks fine, in 5 inches screen phones its not at all coming till middle, here goes ...

1 2 3 4 5 105