CircularImageView icon indicating copy to clipboard operation
CircularImageView copied to clipboard

Import Module Directly, Issues?

Open Gaudon opened this issue 11 years ago • 1 comments

Should this just be as easy as import->module? (Android Dev Studio 0.8.2)

Everything in the build.gradle file is unknown (project.VERSION_NAME etc).

Error:(3, 0) Could not find property 'VERSION_NAME' on project ':circularimageview'.

Gaudon avatar Aug 08 '14 03:08 Gaudon

Those properties are defined in the root gradle.properties file. Since they are not defined inside the circularimageview module per se, Android Studio throws those errors. A simple workaround would be to add the raw values by hand to circularimageview/build.gradle (project.VERSION_NAME => 1.1, etc).

vickychijwani avatar Sep 16 '14 11:09 vickychijwani