NDK is missing a “platforms” directory. while trying to build

前端 未结 5 2095

Executing tasks: [clean]

Configuration on demand is an incubating feature. NDK is missing a \"platforms\" directory. If you are using NDK, verify th

5条回答
  •  长发绾君心
    2021-01-23 18:46

    Very strange, for me ndk version 22.0.7026061 indeed did not have a platforms directory. On my disk ndk version 21.1.6352462 had a platforms directory and setting

    ndk.dir=/home/username/Android/Sdk/ndk/21.1.6352462
    

    on local.properties solved the problems.

提交回复
热议问题