-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Mode Build 😞 💥 #24
Comments
Library has only debug build version, but it works in release build types. Maybe you forgot add rules to proguard?
If with proguard all ok, please provide you build.gradle file(build and flavour type sectoin) |
I dont use proguard but added that line. Not working. Release apk not install on device. Any solution? ` apply plugin: 'com.android.application' android {
/* splits {
} // Map for the version code that gives each ABI a value. // For per-density APKs, create a similar map like this: import com.android.build.OutputFile // For each APK output variant, override versionCode with a combination of
} repositories { |
Only option that I never try with lib is multiDexEnabled. Could you try to remove that option and test build? |
How to build project for signed apk?. When I generate signed apk. It doesnt install on device. Im thinking about this is occurring because the library didn't build for release. How can i build for release mode?
The text was updated successfully, but these errors were encountered: