I am using Android Studio and installed genymotion, but I'm not getting path of genymotion.
I've tried this path, but it's not working. (Using Windows 7).
C:\Program Files\Genymobile\Genymotion
Any thoughts?
Try to go to Genymotion settings and under ADB select use custom SDK and put the path to where your android sdk is installed. If you have insalled sdk from android sdk manager than it should be in: "C:/Users/user/AppData/Local/Android/sdk"
I inadvertently accepted android studio's upgrade suggestion to 2.3 (canary), although I had always had it set to check for the developer channel, not canary, somehow that got switched. Now I no longer have a 'Launch Standalone SDK Manager' option in my 'SDK Manager' window.
I liked the standalone manager for various reasons, including that it suggested what needed to be downloaded and upgraded. The regular sdk manager lists a lot of things I expect I don't need like 'CMake', 'LLDB', 'Constraint Layout for Android', 'Solver for ConstraintLayout', 'Google Play APK Expansion Library' ('Google Play APK Expansion Library rev 3' is already installed, so do I need this too?), etc.
Is the standalone sdk manager unavailable for 2.3 canary 2, or is there something more I need to do to get it?
I also have updated to the Canary version 2.3 and I'm amazed that they took it away there.. but you can still start it via the SDK Manager.exe located in your sdk folder
C:\Users\You\AppData\Local\Android\sdk
Present:Today when i was trying to launch, the terminal says, The android command is no longer available.
For manual SDK and AVD management, please use Android Studio.
Past:
I also face the problem after updating to Canary version 2.3 on my mac.. On Mac or Linux, open a terminal and navigate to the tools/ directory in the location where the Android SDK is installed, then execute android sdk
or for only mac user go to folder located in
/Users/your mac account name/Library/Android/sdk/tools
and double click android to Launch Standalone SDK Manager
My Advice: Stop Searching for Launch Standalone SDK Manager and get use to be of android studio SDK manager and just choose the Show Package Details for more detailed description like Launch Standalone SDK Manager.
With the 2.3 Canary update, when using SDK Manager.exe or tools/android.bat, no manager is opened. However tools/android.bat give a pretty good answer to why it is not working:
The "android" command is no longer available.
For manual SDK and AVD management, please use Android Studio.
For command-line tools, use
tools\bin\sdkmanager.bat and tools\bin\avdmanager.bat
We can still use command-line tools, but no more standalone SDK manager.
Yes, "Launch Standalone SDK Manager" option in Android Studio V2.3 is not available, But you can still start it via SDK Manager.exe located in your sdk folder.
c:\Users\You_User_Account_Name\AppData\Local\Android\SDK Manager.exe
Enjoy Android Studio with new features.
I just received an official response from AOSP -
Project Member #1 uchid...#google.com
deprecated feature , please check latest stable version Android 2.3
The link is now gone, and it is intentional.
Yes the standalone sdk manager option is missing in Android Studio 2.3. Get yourself used to the sdk manager available in Android Studio settings.
Also if you are installing Android Studio from scratch, you will not be available to find Sdk Manager.exe from C:\Users\You\AppData\Local\Android\sdk or anywhere you install it.
I have installed Android Studio and JDK1.8 on Mac OS. I followed the instructions and created a new application with API 15 as minimum sdk.
I tried to create an AVD from AVD manager to test my application by selecting create new virtual device->nexus 6->lollipop 22 armeabi_v7a android 5.1.1 as target. When I click finish, it takes me back to the first AVD manager screen without giving any errors and AVD is not created.
Where could be the problem?
First you need to download the SDKs you are interested in from Android Studio Tools menu -> Tools -> Android -> SDK Manager or from the menu bar.
Don't forget to install the intel x86 emulator accelerator haxm from the SDK Manager - this will speed up significantly your android virtual device.
Then proceed as you mentioned in your question.
You can find more information here.
EDIT : From the comments your OS X version is 10.7.5 and Android Studio runs on 10.8.5 so you either :
Update your OS X installation
Install Eclipse and use the ADT plugin from google on your current configuration.
I download ADT from this link http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20131030.zip
then installed it and when run eclipse/Android sdk Manager, a process doing on it but later I getting a message :
Failed to run the Android sdk manager.check the android Console view for details.
On Windows in sdk folder , a .exe file is available for run Android SDK manager but for Ubuntu is not Available.
Download Android SDK manager for Linux. Install ddms plugin to your eclipse. Map your Android SDK platform-tools(adb) to your Android properties[ Click on Window preferences and choose Android].
My android sdk manager doesn't do what it suppose to do.. it doesn't load any platform or anything. I have platforms(2.2 and 3.0) in my AVD manager. i want to download new platforms via the manager..
http://sphotos-g.ak.fbcdn.net/hphotos-ak-ash4/c46.0.403.403/p403x403/285633_483768121663593_628178710_n.jpg
Try updating the SDK tools, I can see that package is available on your list. If that doesn't help then you might find these links helpful:
Windows - Android SDK manager not listing any platforms or packages to install
Android SDK and AVD Manager not listing SDK Platforms
Android SDK manager does not show packages to be installed