@kernel wrote:
I am trying to add crosswalk to my ionic. My apps are launched and working fine. However after I added Crosswalk, I can't generate signed apks anymore. I tried to remove crosswalk and it works again. How did you guys manage to get it working?
Here's what I did:
cordova plugin add cordova-plugin-crosswalk-webview
cordova platform add android
ionic build androidit builds fine except:
BUILD SUCCESSFULTotal time: 1 mins 34.909 secs
Built the following apk(s):
<--- this part is empty, usually it'll show the path of the apk generatedIn Android Studio I get this error for the gradle sync.
NDK integration is deprecated in the current plugin.When I try to generate signed apk, I get this error:
Missing Gradle Project Information. Please check if the IDE successfully synchronized its state with the Gradle Project Model.
Posts: 3
Participants: 3