Android-DirectoryChooser icon indicating copy to clipboard operation
Android-DirectoryChooser copied to clipboard

Can not find AutoParcel_DirectoryChooserConfig

Open leveychen opened this issue 9 years ago • 6 comments

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

leveychen avatar Dec 17 '15 06:12 leveychen

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 https://github.com/passy/Android-DirectoryChooser/issues/73.

passy avatar Dec 17 '15 07:12 passy

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);
    }

leveychen avatar Dec 17 '15 07:12 leveychen

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

passy avatar Dec 19 '15 10:12 passy

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)

ghost avatar Jun 12 '17 14:06 ghost

Same..

anonym24 avatar Aug 17 '17 11:08 anonym24

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'

amigax avatar Feb 20 '18 15:02 amigax