1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

cordovaアプリ(Android) 64bit化対応備忘録

Posted at

初投稿です。
少し前の内容になりますが、備忘録を兼ねて投稿します。

#概要
現在アプリの開発にcordovaを使用している。
2019年8月1日以降、アプリが64bitデバイスをサポートしていることが必須となったため、Google Playにアプリをアップロードすることができなくなる。

#問題点
Androidアプリをビルドした際、32bit版としてapkファイルが生成される。

#対応
「cordova-plugin-crosswalk-webview」のプラグインを外すことで、64bitデバイスをサポートしているapkファイルの生成が可能になった。
どうやら、「cordova-plugin-crosswalk-webview」のプラグインは、Android5.0以前の端末はOS標準のブラウザがWebViewとして利用されるので、機種依存などを防ぐために使用していた模様。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?