tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
678 stars 246 forks source link

Cannot sync gradle if change build from 23 to 25 #24

Open bleachflyer opened 7 years ago

bleachflyer commented 7 years ago

Got an error if change trageSDK from 23 to 25 in app flavors tab. Change back to 23 will fail too. Error:Gradle DSL method not found: 'compile()'

gicheonkang commented 7 years ago

change all things to 25.x.x app/src/build.gradle dlib/src/build.gradle dlib-android-app/build.gradle

AbrarAlbeladi commented 7 years ago

Make sure you have the latest Gradle and Android Studio + Try to move all (compile...) lines from build.gradle to build.gradle(app)