nabil-mansouri / nativescript-nbmaterial

27 stars 5 forks source link

NS Angular - Not compile #6

Open progressify opened 5 years ago

progressify commented 5 years ago

Hi, I am interested at BottomSheet module I have installed the library and I receive this error:

FAILURE: Build failed with an exception. What went wrong: Could not resolve all files for configuration ':releaseCompileClasspath'. Could not find com.android.support:design:22.0.0. Error is: Failed to build plugin nativescript-nbmaterial-commons :

this is my gradle file:

dependencies {
    compile 'com.android.support:appcompat-v7:27.+'
    compile 'com.android.support:design:27.+'
}

android {
  compileSdkVersion 28
  buildToolsVersion "28.0.3"
  defaultConfig {
    minSdkVersion 17
    targetSdkVersion 28
    multiDexEnabled true
    generatedDensities = []
    applicationId = "me.talknet.app"
  }  
  aaptOptions {  
    additionalParameters "--no-version-vectors"  
  }  
} 

How I can resolve this problem?

max-pro commented 5 years ago

Same issue i was facing while working with nativescript-vue

mpniewski commented 5 years ago

Any progress on this?