markormesher / android-fab

Floating action button (FAB) for Android with speed-dial menu functionality
Apache License 2.0
211 stars 29 forks source link

Running app fails with "...variant...is not signed" #21

Closed barbeau closed 6 years ago

barbeau commented 6 years ago

If you clone the project, and try to run the app in /app in Android Studio v3.0.1, you get the following:

image

Looks like this is because in build.gradle the debug build type specifies the same keystore process as release. I'll open a PR for this shortly.