覚え書き:Androidアプリのビルドエラーと対処法

Unparsed aapt error(s)! Check the console for output.

このエラーは、単純にエラーログから消す。

 

Error generating final archive: Debug Certificate expired on

debug.keystoreファイルの有効期限切れが原因。

「設定」→「Android」→「ビルド」で、debug.keystoreファイルの場所を確認して、当ファイルを削除。

ビルド時に自動的に再作成される。

 

Should explicitly set android:allowBackup to true or false (it’s true by default, and that can have some security implications for the application’s data)

メッセージそのまんま。

AndroidManifest.xmlのapplicationセクションの属性に「allowBackup」を追加して値を設定。