NDK Installation with react-native run-android takes so much time

Viewed 35

Regarding the above topic, it usually takes this much time to install NDK. I ran the newly created app with react-native run-android command. My virtual device and android studio is also running along with react-native start in another terminal. Please refer to below.

vscode screenshot

1 Answers

Of course it'll take time. The NDKs are pretty huge like above 1 GB in size irrespective of the platform.enter image description here

Related