You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/05 08:09:38 UTC

[GitHub] StavrosSkourtis opened a new issue #491: Embedding cordova application on Android native application

StavrosSkourtis opened a new issue #491: Embedding cordova application on Android native application
URL: https://github.com/apache/cordova-android/issues/491
 
 
   I'm not sure if this is the correct place to put this, please tell where to ask if it isn't.
   
   What I'm trying to do is embed a cordova application into a native android application.
   
   It seems to me that the documentation is out of date or not clear about the steps that needs to be done.
   
   I'm reading this: https://cordova.apache.org/docs/en/latest/guide/platforms/android/webview.html
   
   I am at the point that I can't create the `.jar` file for the following reasons.
   
   1. I don't have a `/framework` directory in my root project directory or in `platforms/android`
   2. Cordova seems to be using `gradle` instead of `ant` for building the android project. I can't find a build.xml anywhere in the android project.
   
   My Cordova version: `8.0.0`
   
   As as followup question, I expect this `.jar` file will also contain the plugins that my cordova project depends on, correct?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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