android: added product flavors to separatly build apk for arm64-v8a or x86_64
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
Notes and resources for MPD android maintainers.
|
||||
|
||||
## Build
|
||||
|
||||
See [Compiling for Android](https://github.com/MusicPlayerDaemon/MPD/blob/45cb098cd765af12316f8dca5635ef10a852e013/doc/user.rst#compiling-for-android)
|
||||
|
||||
## Android studio
|
||||
|
||||
### Version control
|
||||
|
||||
|
||||
git ignoring .idea directory completely until a good reason emerges not to
|
||||
|
||||
* [How to manage projects under Version Control Systems (jetbrains.com)](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems)
|
||||
@@ -17,10 +20,9 @@ git ignoring .idea directory completely until a good reason emerges not to
|
||||
|
||||
* [Include prebuilt native libraries (developer.android.com)](https://developer.android.com/studio/projects/gradle-external-native-builds#jniLibs)
|
||||
|
||||
## Permissions
|
||||
|
||||
### Permissions
|
||||
|
||||
#### Files access
|
||||
### Files access
|
||||
|
||||
The required permission depends on android SDK version:
|
||||
|
||||
@@ -29,7 +31,7 @@ The required permission depends on android SDK version:
|
||||
else
|
||||
Manifest.permission.READ_EXTERNAL_STORAGE
|
||||
|
||||
#### Permission request
|
||||
### Permission request
|
||||
|
||||
[Request runtime permissions](https://developer.android.com/training/permissions/requesting)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user