Skip to content

Commit

Permalink
android: added README.md for notes and resources for MPD android main…
Browse files Browse the repository at this point in the history
…tainers.
  • Loading branch information
geneticdrift authored and MaxKellermann committed Feb 1, 2025
1 parent 0872a76 commit 59bd0fe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -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)


0 comments on commit 59bd0fe

Please sign in to comment.