カテゴリー:
Android Studio
閲覧数:448 配信日:2018-05-19 13:25
未解決
色々試したが、全て失敗
・時間の無駄だった
▼app/build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '27.0.3'
defaultConfig {
applicationId "com.example.kanehiro.twotouchmail"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.+'
//compile 'com.android.support:appcompat-v7:XX.X.+'
//classpath 'com.android.tools.build:gradle:2.3.1'
//compile 'com.android.support:appcompat-v7:+'
}