How to test in different devices in online for apk? [closed] - android

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.

Related

Android emulator to work with Delphi 10.4.2 [closed]

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...

What is the best tool for pen testing android app [closed]

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
What is the best tool for pen testing android app? I want to connect the device to my PC, launch the app in my android device, execute different functions of the app and pen test the app using pen testing tools in my PC. I don't want to use any kind of emulator. What is the best approach to pen test in this way? Can I do it in Kali Linux platform? Any kind of suggestion for tools or anything would be helpful.
Thank You.
First learn about adb commands for connect the device to your PC. So that you can launch app in your device. Yes you can use Kali linux.
Then go for these tools,
BurpSuite Pro (for proxy intercept , etc)
Drozer
dex2jar
AppWatch by Attify.com
AndroBugs
MobSF
JD-Gui (for analyzing source code)
apktool
Each tool has its own specialty.
These are the latest tools you can use for android penetration testing
If you are looking for opensource tool to audit your android app go for Mobisf
I am not sure to answer question but there are unlimited tools you could use, it totally depends for which purpose etc.
see few tools I like to use below
APKInspector:
Androrat
Droidbox
zaNTI
Dsploit
Regards
Daniel

Run android application and game from google play on emulator [closed]

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.

Writing python code on android [closed]

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 4 years ago.
Improve this question
I recently got a android tablet (nexus 7) and would like to be able to write python programs on it (not for it) without access to the internet or needing to access any other device to run the program.
If somebody could suggest an app, or tell me how to set it up, it would be great.
If however, someone could suggest an app that works with a different language, that would also be nice.
If you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
The best offline IDE I ever use is Pydroid.
I love it's feature to easy share on Pastebin.
If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE
There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.
Recently tried Pydroid, the best IDE on Android, autocompletion and code analysis works awesome, supports many libraries, much better than QPython3 that doesn't even have a pip in its third version yet.

Is there an Android Emulator on OS X? [closed]

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 want to develop an android application without having to purchase an android phone,
1) Is there an android emulator on the mac? the same as on windows?
2) is it better to develop on an android app on a pc, or a mac? same?
The Android SDK runs on Windows, Linux, and Mac OS X, and includes an emulator for development. You can also develop using Eclipse on Mac OS X if you want, using the ADT plugin.
Whether or not it's "better" is probably a matter of opinion. You have the same tools on all platforms, but drivers and such are a little different on each. However, if you're just using the emulator, then it would probably be about the same on all three. I've found that developing on Linux and Windows is essentially the same, but since I prefer Linux environments, that's what I use.
As side note, if it interests you, the emulator in the SDK is based on QEMU.
Try this one:
Droid.app helps making install android sdk on your osx system.
http://joeworkman.net/blog/post-29568795683

Categories

Resources