Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang111 authored Mar 2, 2022
1 parent 53488bf commit dba450e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ EnglishVersion ->_->:https://github.com/jiang111/awesome-android-tips/blob/maste

# ![Table of Contents](https://raw.githubusercontent.com/jiang111/awesome-android-tips/master/img/toc.png)


* gradle 3.6.0及以上版本会默认设置android:extractNativeLibs="false",这样会把未压缩的so文件打包到apk中,你的apk大小会大很多,想要压缩的可以在application节点下手动设置android:extractNativeLibs="true"

* BuildConfig.DEBUG中的DEBUG值为true或者false不是取决于你的buildType,而是取决于buildTypes中的debuggable字段,比如:
```
buildTypes {
Expand Down

0 comments on commit dba450e

Please sign in to comment.