前提・実現したいこと
API28に対応したい。
発生している問題・エラーメッセージ
Android Studio API28のセッティング後 build後 コンソールに下記が表示 エラー: パッケージandroid.support.v7.appは存在しません と表示され困っております 何方かご教授お願い致します
Build.gradle(Module.app)
1Build.gradle(Module.app)の内容 2 3//import com.android.builder.model.ProductFlavor 4apply plugin: 'com.android.application' 5android { 6 compileSdkVersion 28 7 buildToolsVersion '28.0.3' 8 flavorDimensions "default" // 9 defaultConfig { 10 applicationId 'com.hogehoge.xxxxx' 11 minSdkVersion 14 12 targetSdkVersion 28 13 versionCode 8 14 versionName "1.1" 15 } 16 buildTypes { 17 release { 18 minifyEnabled false 19 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 20 } 21 } 22 signingConfigs { 23 xxxxx { 24 storeFile file('keystore/xxxxx.jks') 25 storePassword 'xxxxxx' 26 keyAlias '1234-xxxxx' 27 keyPassword '12345678' 28 } 29 } 30 productFlavors { 31 xxxxx { 32 applicationId = 'com.hogehoge.xxxxx' 33 signingConfig signingConfigs.xxxxx 34 } 35 } 36} 37dependencies { 38 implementation fileTree(dir: 'libs', include: ['*.jar']) 39 implementation "com.android.support:support-core-utils:28.0.0" 40 implementation 'com.android.support:appcompat-v7:28.+' 41 implementation 'junit:junit:4.12' 42 implementation 'com.android.support:design:28.+' 43 implementation 'com.google.android.gms:play-services-gcm:17.0.0' 44 implementation 'com.loopj.android:android-async-http:1.4.9' 45 implementation 'com.google.zxing:core:3.2.1' 46 implementation 'com.journeyapps:zxing-android-embedded:3.3.0@aar' 47} 48apply plugin: 'com.google.gms.google-services' 49 50 51gradle.properties(Project Properties)の内容 52 53org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 54org.gradle.parallel=true 55org.gradle.configurationdemand=true 56org.gradle.daemon=true 57+android.enableD8.desugaring=true 58+android.databinding.enableV2=true 59android.useAndroidX=true 60android.enableJetifier=true 61
### 試したこと https://teratail.com/questions/199221 上記を参考にしてBuidしましたが、今度は下記エラーで止まってしまいました。 エラー: シンボルを見つけられません シンボル: クラス NotificationCompat 場所: パッケージ android.support.v4.app 何かをアップデートしたところ gradle.properties に android.useAndroidX=true android.enableJetifier=true が勝手についてしまい これが原因かもしれませんが解決方法が見つかっておりません。 ### 補足情報(FW/ツールのバージョンなど) ![イメージ説明](d9e8ea9e5bdaa8510304225d9605021b.png) ![イメージ説明](f87c7f55d55eafe093e16a1521d42479.png)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。