You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/23 13:18:14 UTC

[cordova-mobile-spec] 01/01: known quirks&issues in createmobilespec/README.md

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch brodybits-known-quirks+issues
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit d1c79d4727d15280cddd2542ed0c69f9465ee2d9
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Fri Nov 23 08:18:07 2018 -0500

    known quirks&issues in createmobilespec/README.md
---
 createmobilespec/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/createmobilespec/README.md b/createmobilespec/README.md
index 9db080d..c3c22d2 100644
--- a/createmobilespec/README.md
+++ b/createmobilespec/README.md
@@ -80,3 +80,8 @@ For example on **Android**:
         cd mobilespec
         ./cordova run android
 
+Some known quirks and issues:
+
+* `npm install` inside `cordova-js` is needed to resolve a local grunt issue
+* A Gradle file in `platforms/android` subdirectory tries to read non-existing debug keys. Workaround is to comment the lines out of the Gradle file.
+* It may be required to uninstall the `cordova-plugin-compat` plugin due to multiple "BuildHelper" classes defined in dex files (<https://stackoverflow.com/questions/46562289/multiple-dex-files-define-lorg-apache-cordova-buildhelper/46562523#46562523>)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org