Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

public class "PickFile" not resolved for the version com.github.jaiselrahman:FilePicker:1.3.2 #98

@GoutamMMT

Description

@GoutamMMT

Describe the bug
implementation ("com.github.jaiselrahman:FilePicker:1.3.2")
public class "PickFile" not resolved for the version
Mentioned class "PickFile" not found

To Reproduce
Steps to reproduce the behavior:

  1. implementation ("com.github.jaiselrahman:FilePicker:1.3.2")
  2. minSdk = 27 targetSdk = 34, Kotlin
  3. try to implement the ```
    ActivityResultLauncher which required ActivityResultLauncher registerForActivityResult(
    @nonnull ActivityResultContract<I, O> contract,
    @nonnull ActivityResultCallback callback)
4.Where in place of ActivityResultContract try to put the line of code mentioned in sample app code.
`final ActivityResultLauncher<Configurations> pickImage = registerForActivityResult(new PickFile().throughDir(true), new ActivityResultCallback<List<MediaFile>>() {}`
Here PickFile class not found.

**Expected behavior**
Expecting classname PickFile under the package `com.jaiselrahman.filepicker.activity`

**Screenshots**
![Screenshot 2024-02-01 162949](https://github.com/jaiselrahman/FilePicker/assets/108860305/45b7ba1b-dee4-4e3d-be30-8852f4795c85)



**Android info (please complete the following information):**
 - Device/Emulator 
 - API level

**Additional context**
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions