Tusky | An Android client for the microblogging server Mastodon | Blog library
kandi X-RAY | Tusky Summary
kandi X-RAY | Tusky Summary
Tusky is a beautiful Android client for Mastodon. Mastodon is an ActivityPub federated social network. That means no single entity controls the whole network, rather, like e-mail, volunteers and organisations operate their own independent servers, users from which can all interact with each other seamlessly.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Tusky
Tusky Key Features
Tusky Examples and Code Snippets
Community Discussions
Trending Discussions on Tusky
QUESTION
Debug apk run fine but release signed apk crash on main activity. I have checked everything but I don't know where is the problem.[build.gradle][1]
...ANSWER
Answered 2018-Dec-07 at 13:55Most probably it's the minifyEnabled true in your gradle file.
This removes unused code and obfuscates the code. So you can check what is the crash log, probably it's a class not found or null pointer exception. Check what is missing, and then in the build output you can search for a file called usage.txt. This includes all the things that were removed, and you can make sure it is being removed. If it is, then modify the proguard rules to keep that class.
You can check the documentation to understand more about proguard: https://developer.android.com/studio/build/shrink-code
Of course another way to check if this is the issue is just to change the minifyEnabled to false and try again. If that works, then you can turn it back on and figure out what is causing the problem.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Tusky
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page