私はAppCompatActivityを持っていて、私は自分のコードを実行したいのです。私は活動の開始時に、このエラーを取得:@ style/Theme.AppCompat.Light.NoActionBarを解決できません
あなたはそれが私のアドバイスとして、私はTheme.AppCompat使用している場合は、この活動
でTheme.AppCompatのテーマ(または子孫)を使用する必要があり、しかし、その後、私はこれを取得:
は、スタイル/ Theme.AppCompat.Light.NoActionBar
@
どちらのAndroidManifest.xmlでは解決できません。私が使用できるスタイルファイルでもそうではありません。
私はそれらの依存関係を使用しています:
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:design:25.3.1'
compile 'com.google.firebase:firebase-database:10.2.0'
compile 'com.android.support:cardview-v7:25.3.1'
compile 'com.parse:parse-android:1.15.8'
compile 'com.google.firebase:firebase-auth:10.2.0'
compile 'com.facebook.android:facebook-android-sdk:[4,5)'
compile "com.android.support:support-core-utils:25.4.0"
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support:support-v4:25.4.0'
あなたのstyle.xmlファイルを投稿できますか – MaxExplode