0
You are having this problem because the path of your sdk has a space (in the Patrick Cardoso folder) and this can cause problems in the NDK.
Move your sdk to a folder whose path has no spaces, such as "C: Android sdk".
0
2
You are having this problem because the path of your sdk has a space (in the Patrick Cardoso folder) and this can cause problems in the NDK.
Move your sdk to a folder whose path has no spaces, such as "C: Android sdk".
Browser other questions tagged android-studio android-sdk
You are not signed in. Login or sign up in order to post.
This situation only brings problems with the use of NDK and not in Android Studio in general. I myself have spaces in the SDK folder name and never had any problem.
– ramaral
@ramaral, but the warning itself there is talking, I think it should be that same, no?
– underfilho
@underfilho The warning talks about the NDK and not the SDK.
– ramaral