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

Unresolved class in the Android Manifest #121

Open
Pipodi opened this issue Jun 7, 2018 · 2 comments
Open

Unresolved class in the Android Manifest #121

Pipodi opened this issue Jun 7, 2018 · 2 comments

Comments

@Pipodi
Copy link

Pipodi commented Jun 7, 2018

While adding:

<activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity" /> in the AndroidManifest.xml I'm getting:

Unresolved class 'DirectoryChooserActivity'

I've added this in my Gradle script:

maven { url 'https://guardian.github.io/maven/repo-releases/' } under repositories;
implementation 'net.rdrei.android.dirchooser:library:3.2' implementation 'com.gu:option:1.3' under dependencies.

Is that a bug or am I missing something? I'm refactoring an old project of mine, so I'm updating all the libraries.

@passy
Copy link
Owner

passy commented Jun 7, 2018

First time I hear about this and this hasn't changed in a long time. Could you provide a sample project so I can repro this?

@Pipodi
Copy link
Author

Pipodi commented Jun 7, 2018

I tried creating a new project, it works out of the box, so it's related to my project. I started re-developing Android application now after a long period, so maybe I'm missing something in order to update my project correctly.

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

No branches or pull requests

2 participants