問題タブ [android-studio-2.3]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - アプリを Play ストアにアップロードするとエラーが発生する
にアプリを公開しようとしていGoogle Play Store
ます。keystore
(Build -> Generate Signed Apk
の)を使用してアプリに署名しましたAndroid Studio
。
しかし、Play ストアに公開しようとすると、次のエラーが発生します。
私は何度か試し、新しいキーストアを作成してそこから試しました。違いはありません。
最新のものを使用していますAndroid Studio 2.3
それを修正する方法?
android - Android Studio 2.3 にアップデートしたらビルドできない
プロジェクトをビルドしようとすると、次の 2 つの警告が表示されます。
警告: 注釈処理に互換性のないプラグインを使用しています: android-apt. これにより、予期しない動作が発生する可能性があります。
また、すべてのバインディング エラーの最後に:
警告: 次のオプションはどのプロセッサにも認識されませんでした: '[android.databinding.artifactType, android.databinding.printEncodedErrors, android.databinding.minApi, android.databinding.isTestVariant, android.databinding.enableDebugLogs, android.databinding.sdkDir, android.databinding.bindingBuildFolder、android.databinding.enableForTests、android.databinding.modulePackage、android.databinding.generationalFileOutDir、android.databinding.xmlOutDir]'
注釈プロセッサを有効にしようとし、すべての適切な参照を削除して、これを変更しました:
apt 'com.jakewharton:butterknife-compiler:8.2.1'
これに:
注釈プロセッサ 'com.jakewharton:butterknife-compiler:8.2.1'
しかし、うまくいきませんでした。