apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { applicationId "sample.notification.service.iotivity.org.notificationconsumersample" minSdkVersion 21 targetSdkVersion 23 versionCode 1 versionName "1.0" } } dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:23.0.1' compile project(':iotivity-base-armeabi-debug') compile project(':iotivity-armeabi-notification-service-debug') }