Android-DirectoryChooser
Android-DirectoryChooser copied to clipboard
Can not find AutoParcel_DirectoryChooserConfig
I want to custom this project, but can not find AutoParcel_DirectoryChooserConfig. What should I do?
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.
I want to custom this project to support choose the file and directory, And custom it's style.
- Create a new android application.
- Copy your project
libraryjava code,layout,and value into my project - 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);
}
That sounds like you're using Android Studio. Does manually building with gradle work from the command line?
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)
Same..
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'