MkDocs is a great documentation tool that can generate a beautiful Wiki website for your project. Here is the step to install and use it.
Ensure Python and pip are installed on your system and check the versions of them are updated:
Continue readingMkDocs is a great documentation tool that can generate a beautiful Wiki website for your project. Here is the step to install and use it.
Ensure Python and pip are installed on your system and check the versions of them are updated:
Continue readingOpen Android Studio badly will possiably cause the following problem:
1 | Problems found loading plugins: |
Recently when I enabled Proguard in my program like the following:
1 | release { |
I faced the problem that it tooks like for ever for the process of transformClassesAndResourcesWithProguardForRelease. This problem happens when you have multiple libraries need to be Proguard/Dexguard. Add the line multiDexEnabled true in to your gradle defaultConfig will fix this problem.
To learn without thinking is blindness, to think without learning is idleness.
Mapsted Software Engineer