Skip to content

Instantly share code, notes, and snippets.

@daiki44
Last active May 2, 2018 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiki44/76498f06dcc3498f5bcafc83d00ee8d2 to your computer and use it in GitHub Desktop.
Save daiki44/76498f06dcc3498f5bcafc83d00ee8d2 to your computer and use it in GitHub Desktop.
GooglePlayでAndroidアプリをリリース時、対応端末数が極端に少なかった際の対応 ref: https://qiita.com/daiki_44/items/bd892e16b9a7b6472017
android {
...
packagingOptions {
exclude 'lib/x86_64/darwin/libscrypt.dylib'
}
...
}
/<APP_HOME>/org
/bitcoinj
/fusesource
/iq80
/...
/<APP_HOME>/org
/bitcoinj
/fusesource
/iq80
/lib
/x86_64/darwin/libscrypt.dylib
/...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment