Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]:Class not found android.support.v4.app.Fragment #320

Open
SudsMekathotti opened this issue Aug 30, 2024 · 2 comments
Open

[Question]:Class not found android.support.v4.app.Fragment #320

SudsMekathotti opened this issue Aug 30, 2024 · 2 comments
Labels
question Further information is requested

Comments

@SudsMekathotti
Copy link

Question Description [Required]

Code fragment below. Please help with any pointers

XXPermissions.startPermissionActivity(MMXActivity.this, permissions);
^
class file for android.support.v4.app.Fragment not found

Is the issue mentioned in the framework documentation? [Required]

No

Did you consult the framework documentation but couldn't find a solution? [Required]

Yes

Has a similar issue been reported in the issue list? [Required]

No

Have you searched the issue list but couldn't find a solution? [Required]

Yes

@SudsMekathotti SudsMekathotti added the question Further information is requested label Aug 30, 2024
@getActivity
Copy link
Owner

Did you add a support dependency?

@SudsMekathotti
Copy link
Author

Thank you for the pointer. You're right. Was missing dependency
compileOnly 'com.android.support:support-fragment:24.2.0'
which I later found in the library/build.gradle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants