-
## Overview
- If we have a package name with `in` build fails
### Expected
- Generated files should automatically have Tilda appended
### Actual
- The package name doesn't have Tilda…
-
I am facing the following error during app build :
```
Error:Error converting bytecode to dex:
Cause: com.android.dex.DexException: Multiple dex files define Lnet/sourceforge/zbar/SymbolSet;
Er…
-
I'm using AA 4.4.0 and Kotlin.
1. I get a lot of these errors, yet, the example is using protected methods.
```
Cannot access 'methodExample: it is protected in 'ActivityTools'
```
2. If I re…
-
**Step 1: Are you in the right place?**
Yes
**Step 2: Describe your environment**
Android device: SM-G386T1, SM-N910T, Galaxy S3 (, and possibly more)
Android OS version: API 18, 19
Google Play…
-
## Overview
When the function annotated with `@NeedsPermission` has a nullable parameter, the generated function in the dispatcher have a non nullable one instead.
### Expected
The `**WithPer…
-
I downloaded your PermissionsDispatcher project and build it ,but when I installed the smple app in my RedMi Note 4 (android 6.0),I found it not work properly.So I bought a HuaWei ,it worked properly.…
-
## FAQs
___
## Overview
- I just wanna show a dialog before I ask location permission
### Expected
Dialog should be showned before I ask location permission but it is not working for the…
ghost updated
6 years ago
-
I'm trying to use this lib but this is what shown to me
http://imgur.com/a/mZou9 (pic link)
i use compile 'com.github.hotchemi:permissionsdispatcher:2.4.0'
and add @RuntimePermissions fo…
-
Hi everyone we're having several problems with build our project, actually we're using Segment with GoogleAnalytics integration and seems you have one module or group duplicated but I can't find it.
…
-
I'm using PermissionDispatcher with kotlin and kapt. I found strange behavior in PermissionDispatcher.
Creating method annotated with `@NeedsPermission` and add `internal` modifier, then created class…