Sunday, December 18, 2016

Genymotion Shortcut in Android


1. Go to File->Settings
2. Click on Plugins
3. Click on Browse Repositories
4. From search bar at top, search for genymotion
5. Once found click on Install which appears in right side panel
6. Once successful click on close




   7. Now again search for genymotion as shown in fig. and click on OK





   8. Restart Android Studio. Thats it..  :) 



Thursday, December 15, 2016

Problem : Unable to access android sdk add-on list on Windows

I just installed Android Studio on Windows 10.
When started suddenly got this Error: 

Unable to access Android SDK add-on list




Internet Connection was also OK.
So then I followed this.

1. Click on Setup Proxy.
2. Select auto set-proxy
3. Click on check connection.
4. Add any URL (e.g. google.com)


Friday, December 9, 2016

Installaion Problems and How I Solved

1.Error: Process Command '/opt/android-studio/jre/bin/java' finitshed with non-zero exit value 2



Solution:
This may occurre for many issues. For me this worked:
Right Click on Project-> Open Module Settings-> SDK Location-> JDK Location. Changed to specify correct path.


2. Then next I got 2 Errors: AAPT process not ready to receive commands.



Solution:
Downloaded SDK 23.03 and extracted to Home->android->SDK->buildtools











GO to Project Structure-> Under Module->App ->Properties ->Build Tool Version->23.03