Android Studio : Missing Strip Tool

前端 未结 4 1503
不思量自难忘°
不思量自难忘° 2021-01-31 14:01

I am constantly getting this warning while building my android studio code using terminal command gradle clean assembleRelease:

Unable to strip librar

4条回答
  •  梦如初夏
    2021-01-31 14:50

    Steps to install NDK (Side by side)

    • Open Android Studio
    • Click Configure/ Tools
      • Click SDK Manager
        • Click SDK Tools tab
          • Select below:
            • NDK (Side by side)
            • CMake
            • Android SDK Command-line Tools (latest)
          • Apply

    NOTE: Android SDK Command-line Tools (latest) is not needed but I installed it so that I don't have to search for more solutions, today has been a lot of troubleshooting to run a new React Native app.

    More info: https://developer.android.com/studio/projects/install-ndk

提交回复
热议问题