Skip to main content

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

Package Explorer not Opened in eclipse,Android.

If u want to open first time ,use this:


Not all view are listed directly in every perspective ... choose:
Window->Show View->Other...->Java->Package Explorer

----------------------------------------------------------


If already opened package explorer closed suddenly(u closed it but u r not noticed how and why it is closed)

In that situations use this: 


I'm guessing you've made it a fast view or minimised it so it. You could try holding down ctrl-F7 to see a list of all views, then up/down arrow to the View. If Package Explorer is in the list it has been minimised or something.
If you select it and still can't see it, try Window->Reset Perspective... to restore all views to their defaults.

Comments