Tagged Questions
0
votes
2answers
124 views
Android AVD - Faster On Windows Or On Ubuntu VM?
My Android emulator runs painfully slow on my PC so I was thinking about installing Ubuntu on a virtual machine and running the AVD there. Do you think it would be faster if I did so?
0
votes
1answer
530 views
Android Emulator not starting in a Virtualbox Ubuntu Instance
I am using Windows 7 64-bit (12 GB of RAM), with VirtualBox 4.2.4 running an instance of Linux Ubuntu 12.04 32-bit.
My Ubuntu VM has 128MB of Video Memory, 3D Acceleration, 4GB of RAM, 2 CPU ...
1
vote
1answer
130 views
is it possible for a linux vm on an android phone to deliver web content to the mobile browser?
You can run a linux vm on an android phone or tablet and connect to it via a vnc or ssh client. Would it be possible to make the linux vm a server and deliver content to the mobile browser from it? ...
6
votes
1answer
1k views
Android VM crashes on Launch Mac
I have a problem.
I've been working with Android in Eclipse for the past 4-5 weeks now and never had a problem with the VM (they were slow, yes. But never crashed).
Now, I believe since 4.2 when I ...
1
vote
1answer
142 views
Setting Virtual Machine as Gateway for Android Emulator [closed]
I am currently testing the security of an application I have created which connects to my web server.
What I am aiming to do is have a linux box set up as a gateway that I set up the android emulator ...
0
votes
1answer
2k views
developer.android.com My First Android App | Stopped Error
i tried to run my first android application but i could not execute it. i followed instructions step by step from developer.android.com . I used only Copy and Paste for codes. But when i try to run my ...
0
votes
0answers
82 views
Backend server does not respond to HTML request
I have set up a backend server to respond to the HTML request sending by my android app. I should have corrected all the bugs in my app however, the server still does not give response to the request, ...
2
votes
1answer
138 views
Error when trying to load Android 1.6 virtual device from eclipse
I am self leaning Java rookie
and I doth (as in Shakespeare 'Doth')received the following error message back when trying to start the Android 1.6 VM( The reason I am using Android 1.6 and not later ...
0
votes
2answers
992 views
Android app development on VM
I've some experience in programming C, C++, JAVA and now I want to learn developing app for Android. But I dont have an Android device and also no in the mood for buying one. So, how can I develop app ...
0
votes
0answers
1k views
“Error occurred during initialization of VM Could not reserve enough space for object heap”
My project contain two different packages one is android specific and another has java classes.Initially java program runs and gave outputin console .Then I remove
the main class from java specific ...
0
votes
2answers
4k views
Android x86 on VirtualBox: Android Connected But Not Online
I am trying to configure a Android x86 running machine using Oracle VirtualBox so that it works with Eclipse. I am having some trouble in making my virtual machine "online". I connected the phone to ...
7
votes
2answers
4k views
Android Understanding Heap Sizes
I'm fairly new to Android development and I can't seem to grasp the Java Out of Memory exception. I know it means that my app has gone over the VM budget but after Googling this many times I still ...
5
votes
3answers
374 views
Debuging using Virtual machine like VMWare/VirtualBox?
I am developing an android application but fed-up of performance of My emulator
I do have a Android PC version installed in both VM-ware and Virtual Box
can i use it as Emulator if yes then say HOW
...
0
votes
0answers
80 views
Problems launching a virtual machine using the android avd manager [duplicate]
Possible Duplicate:
Problems launching Android java project in a Android Virtual Machine using Eclipse
I have installed and set up Eclipse and the plugin ADT in order to work with Android ...
0
votes
1answer
62 views
is dvmStartup called every time an app is launched
I added some code print messages to logcat inside dvmStartup(), but it doesn't seem to print out anything. So does dvmStartup() invoked everytime? Is it related to whether the app is started in Zygote ...
2
votes
0answers
155 views
How can I emulate SMS and Telephony on Android-x86?
I have installed Android-x86 on VirtualBox and setting the adb connect 10.0.2.15 successfully.
Now, I wanna emulate SMS and Telephony to the VM using Emulator Control, but the Emulator Control being ...
0
votes
1answer
137 views
VirtualBox settings
VirtualBox gives us any tool to verify how much CPU or
memory, a particular running application is using?
During settings, we can forse the virtual machine to use a limited
amount of RAM and a fixed ...
0
votes
1answer
92 views
run button opens a new AVM
I have troubles compiling my code with eclipse. Each time I click the run button it opens a new AVM.
I am starting to get lost in here any hint or solution please?
0
votes
1answer
134 views
What is the different between normal Android virtual machine and Google API virtual machine in Dalvik
Well, I do not know what is the different between the two virtual machine above. I just know that after I add the signed APIkey to the project, I can not run it with Android virtual machine. In this ...
2
votes
1answer
862 views
Telnet connection to Android-x86 through VirtualBox
I successfully installed "android-x86-2.2-generic" in a VirtualBox machine. I took the iso from here: http://code.google.com/p/android-x86/downloads/detail?name=android-x86-2.2-generic.iso
...
5
votes
2answers
498 views
How does the Dalvik VM save and restore its registers between method calls?
Semantically, the Dalvik VM has a fresh set of registers for each method, and does not have instructions to access the call stack. But in terms of its implementation, the registers should be saved ...
0
votes
2answers
261 views
Android Debug Bridge connect does not work on Ubuntu x64 with androidx86
I did setup eclipse with ADT and the Android SDK 2.3.3 however it seems that trying to run ./adb connect <ip_of_vm> does not do anything as the execution hangs and nothing happens. I was able to ...
1
vote
3answers
1k views
Android, Is it possible to run Dalvik VM on any kind of OSs in order to run Android Applications?
I have some operating systems such as Windows 7 and Linux.
Is it possible to run Dalvik on this Win7 and after that running an Android application or game?
Thanks
0
votes
5answers
742 views
Can't Install Android Development Toolkit: Says Missing JDK
I went to the Oracle site, downloaded and installed Java Platform (JDK) 7 on a Windows 7 64 bit virtual machine. I added the path to the c:\program files\Java\jdk1.7.0\bin to the path environment ...
11
votes
1answer
664 views
Double checked locking in Android
According to many, the somewhat common Double-Checked Locking idiom is broken for java unless you're running 1.5 or later and use the volatile keyword.
A broken double-checked lock sample:
// Broken ...
5
votes
2answers
335 views
When does an Android applications VM exit?
I was wondering when does an applications VM exit for an Android application?
The reason I am asking I is that I was thinking about when any stray threads or un-nullified singleton references would ...
1
vote
1answer
187 views
How many VM are started on Android after boot?
Android dev guide says "Every Android application runs in its own process, with its own instance of the Dalvik virtual machine.". So how many VMs (on 2.3/3.0) are started immediately after boot (if ...
0
votes
2answers
2k views
Android device not being recognized inside Ubuntu running in VirtualBox on Windows 7?
I am running Ubuntu inside VirtualBox installed on Windows 7. For some reason, when I type adb devices after connecting my phone, nothing happens. It just gives me a message saying that no devices ...
2
votes
3answers
478 views
is it good idea to store bitmaps as temp files to implement undo and redo feature?
In my project i am making big changes on pixels of a bitmap and i want to add undo redo feature to this project.Sincesaving several bitmaps on VM's memory is not a good idea i thought my only choice ...
0
votes
1answer
160 views
WITH_OBJECT_HEADERS enabled GC from Dalvik?
As I know Dalvik VM does not support generational GC as default.
But, I found "WITH_OBJECT_HEADERS" compilation flag which could be related with generational GC from HeapInternal.h file.
typedef ...
1
vote
7answers
2k views
Doing coding in Linux through a virtual machine on Windows VS partitioning
I already have experience with setting up virtual machines, running them and other minor tasks. Im a gamer, so I wont get rid of windows (for now at least...) but I do want to be a great programmer ...


