On Nov 10, 2010, at 6:48 PM, Miggi wrote:
> Hello folks
>
> I'm obviously not able to write the path to the Android SDK in a form that will be understood ;)
>
> I've already tried:
>
> - C:\path\toAndroid
> - "C:\path\toAndroid"
> - C:\path\toAndroid\
> - "C:\path\toAndroid\"
> - C:/path/toAndroid
> - "C:/path/toAndroid"
>
> and a few more versions. But I always get the message, that the path in local.properties is not been set. Where's my fault? Can somebody help me?
>
> Thanks, Miggi
You need to provide the path of the *actual* Andoird SDK.
Let's say that you have installed Android SDK under
C:\Development\SDKs\Android
Then, this is the directory you need to provide to the local.properties file
|