Android Studio : Missing Strip Tool

前端 未结 4 1516
不思量自难忘°
不思量自难忘° 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:44

    A possible solution specifically for React Native:

    I got this problem when trying to build my React Native application from the command line by executing cd android/ && ./gradlew assembleDebug (without having Android Studio open).

    I opened Android Studio, I built the app there and it automatically fixed the problem. Once I tried again by command line the problem was not happening anymore.

提交回复
热议问题