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

Can not find AutoParcel_DirectoryChooserConfig #73

Open
leveychen opened this issue Dec 17, 2015 · 6 comments
Open

Can not find AutoParcel_DirectoryChooserConfig #73

leveychen opened this issue Dec 17, 2015 · 6 comments

Comments

@leveychen
Copy link

I want to custom this project, but can not find AutoParcel_DirectoryChooserConfig. What should I do?

@passy
Copy link
Owner

passy commented Dec 17, 2015

Could you please describe the steps you have taken that led to that problem?

On Thu, Dec 17, 2015, 06:13 Levey [email protected] wrote:

I want to custom this project, but can not find
AutoParcel_DirectoryChooserConfig What should I do?


Reply to this email directly or view it on GitHub
#73.

@leveychen
Copy link
Author

I want to custom this project to support choose the file and directory, And custom it's style.

  1. Create a new android application.
  2. Copy your project library java code,layout,and value into my project
  3. Add
compile 'com.gu:option:1.3'
compile 'com.github.frankiesardo:auto-parcel:0.3.1'
compile 'com.google.auto.value:auto-value:1.1'
compile 'com.github.frankiesardo:auto-parcel-processor:0.3.1'

to Gradle and sync.
4.Can not find AutoParcel_DirectoryChooserConfig

public static Builder builder() {
        return new AutoParcel_DirectoryChooserConfig.Builder()
                .initialDirectory("")
                .allowNewDirectoryNameModification(false)
                .allowReadOnlyDirectory(false);
    }

@passy
Copy link
Owner

passy commented Dec 19, 2015

That sounds like you're using Android Studio. Does manually building with gradle work from the command line?

@ghost
Copy link

ghost commented Jun 12, 2017

The same problem here. Was this problem solved? Thank you

I cloned the lib with the command:
$ git clone https://github.com/passy/Android-DirectoryChooser.git

The lib doesn't compile with the error (I use AS)

@anonym24
Copy link

Same..

@amigax
Copy link

amigax commented Feb 20, 2018

add to gradle:
compile 'com.github.frankiesardo:auto-parcel:0.3.1'
compile 'com.google.auto.value:auto-value:1.1'
annotationProcessor 'com.github.frankiesardo:auto-parcel-processor:0.3.1'

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

4 participants