diff --git a/android/README.md b/android/README.md new file mode 100644 index 000000000..edef6a103 --- /dev/null +++ b/android/README.md @@ -0,0 +1,17 @@ +# Android + +Notes and resources for MPD android maintainers. + +## Android studio + +### Version control + +* [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) + +* [gradle.xml should work like workspace.xml? (jetbrains.com)](https://youtrack.jetbrains.com/issue/IDEA-55923) + +### Native libraries + +* [Include prebuilt native libraries (developer.android.com)](https://developer.android.com/studio/projects/gradle-external-native-builds#jniLibs) + +