-
Notifications
You must be signed in to change notification settings - Fork 144
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
Comments
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 to support choose the file and directory, And custom it's style.
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. 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: The lib doesn't compile with the error (I use AS) |
Same.. |
add to gradle: |
I want to custom this project, but can not find
AutoParcel_DirectoryChooserConfig
. What should I do?The text was updated successfully, but these errors were encountered: