Android studio Where to install NDK file? (downloaded it in zip)

前端 未结 4 1085
予麋鹿
予麋鹿 2020-11-29 07:18

My android studio said it wanted to update. But when I did I tried to update it but it wouldn\'t work so I had to launch:
C:\\Users\\username\\AppData\\Local\\And

4条回答
  •  星月不相逢
    2020-11-29 07:50

    Download the .zip file. Start the installation through SDK manager.
    Go to %userprofile%\AppData\Local\Android\sdk\ndk-bundle and copy .installer folder to desktop and cancel the downloading in SDK manager.
    Open .installer folder and open .installationdata file and check the folder in which the file is being downloaded like:
    %userprofile%\AppData\Local\Temp\PackageOperation01.
    Copy downloaded .zip file to the folder PackageOperation01 or whatever listed in .installationdata file.
    Now copy the .installer folder from desktop to %userprofile%\AppData\Local\Android\sdk\ndk-bundle
    and start the SDK manager
    and start the installation again for NDK.
    The SDK manager will start the installation skipping the download process.

提交回复
热议问题