You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Build failed with `Unresolved reference: R`](#build-failed-with-unresolved-reference-r)
44
+
*[Execution failed for task ':photo_manager:compileDebugKotlin'](#execution-failed-for-task-photo_managercompiledebugkotlin)
45
45
*[How can I get path from the `AssetEntity` to integrate with `File` object, upload or edit?](#how-can-i-get-path-from-the-assetentity-to-integrate-with-file-object-upload-or-edit)
46
46
*[How can I change the name of "Recent" or other entities name/properties?](#how-can-i-change-the-name-of-recent-or-other-entities-nameproperties)
47
47
*[Create `AssetEntity` from `File` or `Uint8List` (rawData)](#create-assetentity-from-file-or-uint8list-rawdata)
@@ -118,7 +118,7 @@ If you don't need the `ACCESS_MEDIA_LOCATION` permission,
118
118
see [Disable `ACCESS_MEDIA_LOCATION` permission](#disable-access_media_location-permission).
119
119
120
120
If you found some warning logs with `Glide` appearing,
121
-
then the main project needs an implementation of `AppGlideModule`.
121
+
then the main project needs an implementation of `AppGlideModule`.
122
122
See [Generated API](https://sjudd.github.io/glide/doc/generatedapi.html).
123
123
124
124
### iOS
@@ -263,19 +263,9 @@ in the example which has an implementation based on `<File, Directory>` types.
263
263
264
264
## Frequently asked question ❔
265
265
266
-
### Build failed with `Unresolved reference: R`
266
+
### Execution failed for task ':photo_manager:compileDebugKotlin'
267
267
268
-
```groovy
269
-
e: <path>\photo_manager-x.y.z\android\src\main\kotlin\top\kikt\imagescanner\core\PhotoManagerDeleteManager.kt: (116, 36): Unresolved reference: R
0 commit comments