When comparing Andy vs Android Studio, the Slant community recommends Android Studio for most people. In the question“What are the best Android emulators for Windows?” Android Studio is ranked 3rd while Andy is ranked 9th. The most important reason people chose Android Studio is:
Android Studio is the software built by Google themselves to be used for Android Development. As such, it's certain that support for it will never drop as long as Android apps are still being developed. Studio is also the tool that Google recommends using for Android development and it's the IDE that gets updates related to Android first.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Can be rooted
To root Andy download this rootkit, extract the archive and run AndyRootkit30.exe. It comes with frequently installed root applications that can be installed in the process and also allows unrooting Andy.
Pro Easy to get started
As long as virtualization is enabled in BIOS, the setup is straightforward. Simply download, install, run. First time the software runs it will ask to either log in with a Google account or create one allowing it to download software directly from the Play Store.
Pro The virtual machine Andy runs in is highly customizable
With some tinkering, Andy can be set up to run with up to 3GB of RAM, the current Android 32bit RAM limit. It allows for a smooth experience and offers enough power to have multiple apps running simultaneously. The VM can even add more virtual CPU cores to Andy, doubling it's processing power or more.
Pro Use of Genymotion VHD allows Andy to be very fast
Andy is built on top of the powerful Genymotion VHD. It takes advantage of OpenGL capable graphics cards allowing it to be one of the fastest Android emulators.
Pro Allows installing third-party launchers
Andy comes with a custom clever implementation of ADW. It is theme-able, while functions very well without any modifications. The app sorting is a nice touch. Andy is compatible with most Android launchers.
Pro Great application compatibility and stability
Andy is constantly optimizing for applications to perform better on their system. Their support staff has a reporting setup to get the right information to the developers as fast as possible.
Pro Allows using a smartphone as a controller
It can't stream media to a phone, but it can work as a game controller. It allows for accelerometer- and touch-based interactions.
Pro Good customer support
Andy manages support mostly through a Facebook group where both knowledgeable admins and smart community members help answer questions.
Pro Fully functioning notifications and widgets
Andy supports all traditional Android widgets and notifications. It can even use apps like Push Bullet to send those notifications to their other devices.
Pro Great Clash of Clans gameplay experience
The new launcher provided for, it seems, limitless number of Andy tablets. Have a Andy just for CoC with 3GB and 4CPUs to maximize your CoC play to the next level. Then make a full copy of that machine for a full backup. Have an Andy for the children, be able to lock each Andy with a password lock-screen. And manage all this with less only 7 buttons ;) Again, Simple and powerful.
Pro Simple OS upgrade process
As of this latest version, users can be notified of new versions and incremental changes. It's possible to update only certain pieces or parts, rather than downloading an entirely new build. Andy is also exploring OTA update possibilities.
Pro Andy is available in over 40 languages.
For a full list of supported languages, see here.
Pro All apps and settings can be synced between Andy and an Android device on the same network with 1ClickSync
While setting up Andy, 1ClickSync will ask for Google Account credentials that allow keeping apps and their settings in sync between Andy and an Android device.
Pro Available on Windows 7 & 8
Andy is available on Windows 7 and 8.1 PCs with OS X support in development.
Pro No signup required
Downloading Andy requires only one click with no email address or account needed.
Pro Officially supported by Google
Android Studio is the software built by Google themselves to be used for Android Development. As such, it's certain that support for it will never drop as long as Android apps are still being developed.
Studio is also the tool that Google recommends using for Android development and it's the IDE that gets updates related to Android first.
Pro Based on the powerful IntelliJ IDEA
Unlike its predecessor, which is based off Eclipse, Android Studio is build on top of Jetbrain's Flagship Java IDE which offers over a number of features. It's also open-source too (Community Edition only).
Pro Live code updates and renderings of app
Layouts are built and can be observed in real time and are automatically updated after every change. You can even see these changes on different screens.
Pro Extremely easy to integrate Google Services
Because it's made by Google to be the tool to be used for Android Development, it's also very easy for Google to add great support for their services in the IDE and make it easier to integrate Google Services into Android applications built with Studio.
Pro Uses the powerful Gradle build tool out of the box
Android Studio uses Gradle as the official build tool for projects, moving away from the now outdated Apache Ant.
Gradle is a powerful build tool, especially for Android development with which it's very easy to do things that are otherwise impossible or very hard to do on other build systems, thing like: upgrading the build system without breaking the project itself or allowing you to separately define the development and production versions.
Pro Pushes fast to the built-in emulator
Pushing to the built-in Android emulator can be up to 10 times faster than pushing to a physical device.
Pro Extremely fast preview
Since Android 2.0, Google have been focusing more and more on the IDE's speed, going so far as making it 2-2.5 times faster than older versions.
But the greatest feature when it comes to speed though is the new feature called "Instant Run". This is comparable to writing HTML, where you write the HTML and just refresh te page to see the changes. On mobile though, updating anything would take a lot of time for the system to rebuild.
Instant Run allows developers to build their app once (on physical devices, emulator or both) and as they change their code, AS does hot code swapping where it only updates the parts of the code that have been changed and the developer can see those changes after a second or two.
Pro Intelligently replaces values
References are automatically replaced with their real values, so you can easily view which color you are using for example.
Pro Supports many platforms
Linux, Windows, and Mac are supported.
Pro Allows GPU tracking
For graphics-intensive apps or games, Android Studio has a GPU profiler baked in. With this you can see exactly what is happening inside the device when a new image is drawn on the screen.
Pro Can test Google Play Services API straight from the emulator
Since the built-in emulator has Google Play Services like a physical device, you can test a lot of API calls without having to deploy your application to a device.
Pro It supports naked
Cons
Con Andy's Installer is known to drop/install a bitcoin miner
Andy's Installer has been reported to drop a bitcoin miner on users computer which causes significant drop in PC performance.
Con Still on Jelly Bean
KitKat version is planned.
Con No Linux Version
Con Can crash your mac
Con Only installs in Windows Drive C:/
Which is where windows is installed. What's more, it does not let you change the installation path.
Con Quite resource intensive
Con High memory use
Con Many errors that are almost impossible to remove
Gradle sync fail
Render problem
Class can't be found
Layout
Reinstall repository
Update SDK (even with latest version)
Con Apps run slow on the ARM version of the emulator
While the Android team have recently fixed issues that had to do with emulation on an x86 architecture and greatly improving emulator speeds, emulating an Android device and running apps on an ARM architecture is still pretty slow.
Con Many offline issues
Con Android development only
Android Studio is the official IDE for Android and it works great as an Android IDE. Unfortunately, that's the only thing it can do. If you want to develop applications for other platforms in Java, you have to learn another IDE as well.