My operating system is Windows 7 Ultimate. I've downloaded and installed Genymotion from it's official website, and I've also installed the plugin in Android Studio. Meanwhile, I've set SDK in Genymotion. However, I am getting an error when I enter the path of Genymotion in Android Studio.
Please find the screenshot below.
I've also browsed some websites, is it possible that the plugin version is too low ?
How can I solve this problem ?
Related
I have recently installed Android Studio 2.3.3 and Apache Cordova in order to construct cross-mobile apps. While the installation of Cordova and the main Android Studio IDE seems to have been a success, I have having issues setting up the Android Emulators.
I was unable to locate the AVD Manager.exe in the SDK folder, so I downloaded a new "AVD Manager.exe". However, when I try to open the executable I get the following message:
Failed to execute tools\android.bat:
The system cannot find the file specified.
When I do open up Android Studio I can now see the greyed AVD Manager icon, so I am not sure if I am on the right path to resolving my issue. Any help would be greatly appreciated. Thank you in advance.
Built-in AVD is laggy and slow enough. Use Genymotion instead. It's free for personal usage.
If your computer is of minimum 8 GB ram , its OK to use AVD .or else I suggest you to use genymotion. Its free and fastest . or else its better to build apps in a physical device.
I have a quite big problem as accidentally removed the file, it is already removed from the bin on Mac. Now in Android Studio I cannot run emulator and I get the below message:
Can anyone help me please? What should I do now? Is there any way I can reinstall this missing file for Android studio?
Many thanks in advance!
EDIT: My problem was a missing .exe file: qemu-system-i386. I couldn't find any working solution, tried installing various images versions, was creating new emulators. I decided to uninstall Android Studio and proceed with the new installation. I used a free tool, AppCleaner, to remove the Android Studio, you can read more about this here: http://lifehacker.com/5828738/the-best-app-uninstaller-for-mac. But still had to remove manually the entire sdk tools directory. You can actually do the same from the terminal, here is the thread how to do it: How to completely uninstall Android Studio?
Anyway, the important thing it is working now! :D
1) Open the SDK manager (see the image below):
[
2) Launch the stand alone SDK manager
3) Ensure that you have downloaded and installed the SDKs and tools for Android version that you'd like to emulate. In my case I use API 25. You should also have the Intel x86 Intel Atom System images installed.
4) Then open the AVD Manager and "Create a Virtual Device"
5) Select the API level that corresponds to the one you installed in the previous steps. In the newer versions of Android Studio you can also download and install the System Image you desire in this menu.
and
my PC cpu(E3-1231v3),vt is already.And,I am a tiro.I can't solve this problem.Can anyone give me some advice? thank you.
I've just solved the problem by deleting *.ini files from a directory home//.android/avd
It's for Ubuntu.
In Windows it's also in the user's folder (.android/avd).
install "vc_redist.x64.exe"
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and
2019
I had this "unknown" error today under Windows 10 as well. There was a new Android Studio version and a new emulator. I first renamed the folder ".AndroidStudio3.5" ("C:\Users[YourName]") and old settings not imported. I tried reinstalling the emulator this way.
Unable to run mksdcard.exe SDK tool android v3.5.2 at windows10
Because of "mksdcard.exe" error this was not possible. I installed "vc_redist.x64.exe" and could use the old folder ".AndroidStudio3.5" again.
I had this issue because AvdManagerConnection "Failed to create sdcard in the AVD folder."
The reason of it was missing VCRUNTIME140.dll
I've solved it by installing Microsoft Visual C++ 2015 Redistributable Update from Microsoft website.
I had same issue and its seems like you did not installed Google API Library.
Just confirm that have you installed all Intel Image Library and Google API for your desired API.
Just go to your SDK Manager and check intel system images is installed or not if not then you have to installed it as well install Google API Library.
I had this error after my Windows PC crashed while creating a new virtual device.
Reinstalling Android Studio solved the problem in my case.
It took less than 10 minutes. After that the error disappeared and I was able to create virtual device without any issues.
you need to download the C++ library to ger rid out of the error.Which you can find from here you can download and install from here
I'm working on a web project which is converting the application into a Android/iOS App using a mechanism similar to PhoneGap.
The issues is that, I unable to debug the Android App (HTML/CSS/Javascript) by following the instructions # https://developer.chrome.com/devtools/docs/remote-debugging
Somehow, I'm not able to discover the USB devices in chrome://inspect/#devices. (P.S: While installing the Samsung Driver from http://www.samsung.com/us/support/owners/product/SM-T800NZWAXAR# ) the driver installation failed for CDC_Driver and Samsung_Android)
Device using: Samsung Galaxy Tab S (SM-T800) Android version - 4.2.2
Please advice.
I managed to solve this one. I guess it's 11 months to late for you though #TheNerd.
What is not mentioned in the guide is that you need to download a Android SDK.
It can be downloaded from here: Android SDK
You should also make sure you have JDK on your computer. If you don't the SDK installer will notice and provide you with a link to download it from Oracle.
After installing the driver, the JDK and the SDK my computer was able to detect my device right away.
I'm a newbie in Android Studio. I created a 'Hello World' project then ran it in an emulator. But the Emulator always gave me an error-
My installed SDKs are-
I cannot do anything on the emulator. Please help me. Thanks a lot.
You need to have platform tools to develop anything for android. Also if you're testing on an emulator you need to have the system images for that particular API against which you are developing, ie, your target API. You haven't yet installed all the packages you should to start developing. You can visit https://developer.android.com/tools/help/sdk-manager.html for more information about the required packages.
To download packages, open Android Studio, go to Configure and the SDK Manager.