Advertisement
Guest User

How to install NDK Manually[android]

a guest
Oct 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Download the .zip file. Start the installation through SDK manager.
  2. Go to %userprofile%\AppData\Local\Android\sdk\ndk-bundle and copy .installer folder to desktop and cancel the downloading in SDK manager.
  3. Open .installer folder and open .installationdata file and check the folder in which the file is being downloaded like:
  4. %userprofile%\AppData\Local\Temp\PackageOperation01.
  5. Copy downloaded .zip file to the folder PackageOperation01 or whatever listed in .installationdata file.
  6. Now copy the .installer folder from desktop to %userprofile%\AppData\Local\Android\sdk\ndk-bundle
  7. and start the SDK manager
  8. and start the installation again for NDK.
  9. The SDK manager will start the installation skipping the download process.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement