NullPointerException when installing the Android SDK on Mac OS X

后端 未结 2 1271
独厮守ぢ
独厮守ぢ 2021-01-25 04:20

I\'m installing the Android SDK on Mac OS X. Following the instructions on the Android Development site, I\'ve downloaded the SDK and modified my .bash_profile to include the p

2条回答
  •  心在旅途
    2021-01-25 05:16

    What version of OS X are you on? What does "java -version" give you?

    A possible easy workaround: Try installing the SDKs you need from inside Eclipse after installing the ADT plugin using Window -> Android SDK and AVD Manager, instead of the standalone frontend tool. Since that runs inside Eclipse, there tends to be fewer weird library compatibility issues.

提交回复
热议问题