Skip to content

stouza/stouza-android

Repository files navigation

Please see our public project presentation here.

Android application for stouza.ru

An Android application for configuring direct funding.

Building

git clone https://github.com/stouza/stouza-android.git
cd stouza-android
gradle build

You may need to adjust the path to Android SDK in local.properties.

Troubleshooting

Problem:

Cannot lock Java compile cache as it has already been locked by this process.

Solution: manually remove locks from the Gradle cache

find ~/.gradle -type f -name "*.lock" | xargs rm

Credits

Adapted from the orginal sample repository by Felipe Mendes. There, the integration of Floating Action Button and Fragment Navigation Drawer is shown.

About

stouza.ru Android client for donators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages