-
Error:Execution failed for task ':LGMain:javaPreCompileDebug'.
> Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annot…
-
After https://github.com/hotchemi/PermissionsDispatcher/pull/227 was merged and I bumped the version in app, it looks like there is a misfiring lint check.
This is the check — NeedOnRequestPermissi…
-
I have a AS 3.0 / Kotlin 1.2.21 / gradle 4.1 project with multiple dependencies with classical root and app project modules structure. Full list of dependencies:
```gradle
dependencies {
kapt…
-
when current activity jump to system setting page to set some permissions ,user select close one permission and then switch current activity again,the app crashed,but if user don't operation or select…
-
hi ,I have test this on a new test project ,when it run alone ,it run good。But when i add project support of https://github.com/objectbox/objectbox-java, become bad. The android studio report err…
-
## Overview
I added this configuration in my build.gradle file.
```
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android…
-
How can I explicitly check permissions without using annotations using PermissionsDispatcher ?
-
## Overview
My project failed to compile with the following logs. I've tried clean build / use Snapshot version and they give the same error.
`Error:java.lang.IllegalStateException: failed to an…
-
## FAQs
___
## Overview
Now annotations @RuntimePermissions @NeedsPermission cannot be added in a baseactivity , and handle the result for denied or never hint annotations in subclasses…
-