Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I am looking for an android emulator (nox, BlueStacks, etc.) to work while I'm writting android apps to speed up the testing.
I found lots of tutorials showing how to connect the emulator but my problem is that none of my apps created with Delphi (even just a button and a showmessage) are able to work with this emulators (they are supposed to have libhoudini installed) the app starts and closes.
Is anyone working with an emulator and the binaries created with Delphi work? I just tried all the new emulators, and I could not download the old ones (the ones I see un the tutorials)
Any hint is appreciated
Regards
Finally I managed to have a decent environment with GenyMotion + libHoudini + tcpip debug.
First, install Genymotion https://www.genymotion.com/
Then, update the libhoudini at https://github.com/m9rco/Genymotion_ARM_Translation
Finally, I could do app test through tciip which was not a problem because Genymotion shows virtual device IP.
I cannot debug, but I can launch the application pretty fast and with logs I am able to debug...
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there any software providing to test for all device or any online emulators to test apk?
As my emulator is too slow to launch and display, is there any other software providing apk to run and test in all version emulator. Suggest some software please. I searched in google but I couldn't find better and best one.
Thanks.
You can use different other emulators. I suggest two different emulators you could use.
Bluestacks : http://www.bluestacks.com/
Genymotion : http://www.genymotion.com/#
I have heard only positive reactions about both, so you should try them out.
If you are using Google's emulator for testing, have you enabled Intel HAXM? You can download this through the android SDK manager (it is the last check box in the Extras section). This will significantly increase the speed of your AVD on Windows and MacOS. If you are running Linux, then make sure you have enabled KVM and have added the -enable-kvm parameter when you start your AVD.
Can you also be more specific regarding your test criteria? For example, do you need to test against all existing versions of Android? What about display resolution/density? Are you using any automation framework?
If you need to test in parallel on multiple device configurations, then I would recommend taking a look at this blog: How to run the Android Emulator (with Hardware Acceleration) on Amazon EC2 and Google Cloud. This way you can spin up multiple AVDs in parallel without worrying about hardware.
Hope this helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have a Panasonic device and I'm trying to develop a basic android application, but I cannot connect this device with Android Studio or Eclipse.
Is there a Driver I need to install? (like Samsung Kies for Samsung devices).
The driver may be downloaded from here. It's linked from the Japanese page here, but it should be bilingual.
Official drivers can be found here:
http://www.panasonic.com/business/toughbook/computer-support-search-downloads.asp
On windows 8 you might need to disable digitally signed drivers like so before installing the driver:
From the Metro or Desktop
Bring up Charms by mouseing over to the right of the screen
Go to Settings
More PC Settings
General
Advanced Startup > Restart Now
Trouble shoot
Advanced options
Windows startup options
Restart
Click on 'Disable driver signature enforcement
Reboot
Install the driver
Thanks to this guy for the help:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there already made solution to run android application/game on emulator for example using Eclipse or other soft? I need to see how one program works right now, but my android device is in the service center now.
I found this BlueStacks but I am not sure that I can trust it.
You should try Genymotion
http://www.genymotion.com/features/
Best emulator out there and support Google Play
There are also some Android virtual machine, but Genymotion is by far the best one
You can also emulate android devices in a virtual machine (or on your hardware) using the iso image provided by http://www.android-x86.org/
So you make your PC to an Android device, including the Play store...
There is a fresh Andoird 4.3 image you can use, for example with VirtualBox.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Are there any version/equivalent of R for android platform, specifically a .apk file?
If not, how do one build it from the source, without rooting the device?
(R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.)
I'll add one answer to this already a bit dated question, since things have developed a bit in the last year or so.
You can install R locally on an Android device using the GNURoot software that is available from the Google Play. Despite it's name, GNURoot does not require rooting the device. I outlined the installation process in a few more details in my blog at http://www.r-ohjelmointi.org/?p=1434.
There is also R-Fiddle (http://www.r-fiddle.org/) that you can use through browser, and if you can connect to a WLAN while on a journey, it might be worth testing, also.
RStudio server is one possibility, you could that from a tablet - http://goo.gl/PAEvR
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I wanted to make video demo of my application in order to present. How can i make my application video when it running and open on android Tablet.
I've tried to come up with ways to do this to no avail. Best I've ever been able to achieve is stick your device in front of a nice camera.
However this http://www.bluestacks.com/ seems like it might be promising for this purpose once it is released. If you can run your apps on a windows machine (and it is much better than the emulator) then you could record that section of your screen with something like Fraps.
Edit: Bluestacks has since opened up for beta. For me it runs similarly to the emulator so does not provide a whole lot of benefit for the purposes of recording your applications. If you don't have a development environment with an emulator set up already though bluestacks will be ready for you to actually start recording quicker.