을 해결할 수없는, 나는 그것이 내가 내 활동에 플로팅 작업을 가져올 수있는 내 빌드 Gradle을 함께 할 수있는 뭔가가하지만 이런 생각 : enter image description here플로팅 작업이 방법은 내가 플로팅 작업의 작업을 넣어 시도하는 문제가 발생하고
내 Gradle을은 :
apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.example.afcosta.inesctec.pt.android"
minSdkVersion 21
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.android.volley:volley:1.0.0'
compile 'com.android.support:design:25.0.1'
testCompile 'junit:junit:4.12'
}
은 내가 디자인의 컴파일 버전을 변경하려하지만 난 너무 appcombat을 변경해야하고이 나에게 어떤 도움을 약간의 오차가 있습니다?
'Register.this' 대신'view'를 전달해야합니다. – Piyush
은 내보기를 전달합니까? 방법? –
보기의 ID입니다 (내용). – Piyush