From c4229f6101a2eba2b45fded1ad4f2ac10ba9473a Mon Sep 17 00:00:00 2001 From: MBuchalik Date: Tue, 22 Aug 2017 11:47:37 +0200 Subject: [PATCH] Update README (add a newline) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a5fb9d..51040a4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This plugin allows you to build your application for arm (or x86) only. # Why? Plugins like cordova-plugin-crosswalk-webview (https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview) create two or more .apk files with one build. On Phonegap Build, you can only download one file which leads to problems if you want to get access to the other .apks. + Also, the Crosswalk plugin sometimes creates a combined arm/x86 file on Phonegap Build even if you set the preference *xwalkMultipleApk* to *true*. Maybe you simply need to build for one architecture because of other reasons? This plugin might help you :-)