smithdtyler / prettygoodmusicplayer

A music player app for Android hits the basics hard
GNU General Public License v3.0
52 stars 23 forks source link

Added support for Android Studio #59

Closed xbao closed 9 years ago

xbao commented 9 years ago

Hello,

I added Android Studio/gradle support. Mainly just a copy paste of the build.gradle from http://tools.android.com/tech-docs/new-build-system/migrating-from-intellij-projects.

Needed to add tools:overrideLibrary="android.support.v13" to the AndroidManifest.xml. as the v13 support library minimum APK is higher than pgmp's minimum apk, which caused manifest merging failures.