Skip to main content

Posts

Featured

Android studio “SDK tools directory is missing”

Following 2 possible solutions will resolve this problem :  Solution1 : To fix the problem, it was required that I list the path to my corporate PAC file by using  Configure -> "Appearance and Behavior" -> System Settings -> HTTP Proxy . I selected "Automatic proxy configuration url:" Delete your  ~/.Android*  folders (losing all of your settings :/). Run Android Studio. It will show you a welcome wizard where it tries to download the SDK again (and fails due to my rubbish internet). Click the X on the wizard window. That will enable you to get to the normal welcome dialog. Go to Settings->Project Defaults->Project Structure and change the Android SDK location to the correct one. Solution 2 : To fix the problem, it was required that I list the path to my corporate PAC file by using  Configure -> "Appearance and Behavior" -> System Settings -> HTTP Proxy . I selected "Automatic proxy configuration url:&quo

Latest Posts

Text is cut of when you set font and screen zoom set to max in devices Settings->Display->Font and screen zoom

Connection failed (Connection reset). Please check network connection and try again in android studio

Problem to resolve Error Popup not displaying for EditText Android

Code for Drag and Drop image from one position to other position in a line Android

Code to Display Help Popup and Hide Popup on touch top of that and outside Android