An app for Android to help archers keep score during practice sessions or tournaments.
ArchMark's intuitive interface allows for easy and fast, yet precise data input and storage, allowing you to see real time data analysis and insights.
Official releases coming soon!
Compilation requires a copy of the Android SDK (command line tools).
- Download the Android command line tools from Android Studio's website (https://developer.android.com/studio#downloads) and extract it.
- Run
sdkmanager --licenses
insdk/bin
to accept licenses easily. - Add a file called
local.properties
to the root of ArchMark, and add the linesdk.dir=/the/location/of/your/sdk
. - Use the gradle wrapper included with ArchMark and run
gradlew assemble
to build the app. This will create several build folders. - Install the signed apk generated at
app/build/outputs/apk/debug
using adb, or manually.