liaoyuan-io / react-native-multiple-image-picker

React Native Multiple Image Picker
MIT License
41 stars 11 forks source link

Android build error, Error:(36, 0) Could not find property 'vectorDrawables' #2

Closed jaggerwang closed 8 years ago

jaggerwang commented 8 years ago

ENV

RN 0.32

Problem

Error:(36, 0) Could not find property 'vectorDrawables' on ProductFlavor_Decorated{name=main, dimension=null, minSdkVersion=ApiVersionImpl{mApiLevel=16, mCodename='null'}, targetSdkVersion=ApiVersionImpl{mApiLevel=24, mCodename='null'}, renderscriptTargetApi=null, renderscriptSupportModeEnabled=null, renderscriptNdkModeEnabled=null, versionCode=1, versionName=1.0, applicationId=null, testApplicationId=null, testInstrumentationRunner=null, testInstrumentationRunnerArguments={}, testHandleProfiling=null, testFunctionalTest=null, signingConfig=null, resConfig=null, mBuildConfigFields={}, mResValues={}, mProguardFiles=[], mConsumerProguardFiles=[], mManifestPlaceholders={}}. Open File

image

jaggerwang commented 8 years ago

Fixed it by change gradle version to 2.1.3 in build.gradle file.