permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.22k stars 1.44k forks source link

Error: cannot find symbol in Android X with 4.3.0 #597

Closed PankajSavaliya closed 5 years ago

PankajSavaliya commented 5 years ago

Geeting Error while Migrate to Android X

symbol: variable ProfileFragmentPermissionsDispatcher location: class ProfileFragment

xxxPermissionsDispatcher.onRequestPermissionsResult(this, requestCode, grantResults);

Also not generated

Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 24 errors

hotchemi commented 5 years ago

We haven't gotten enough info for the issue so let me close for the time being and reopen if needed 🙇