Skip to content Skip to sidebar Skip to footer

How To Import An Existing Intel Xdk Project In Android Studio

I am trying to import my existing Intel XDK Project in Android Studio. Basically what I have is a html5 design with inappbrowser and some other plugins. I wanted post data to exter

Solution 1:

Because the Intel XDK build system is in the cloud, you cannot see the Android Studio project file (actually, Android SDK command-line project file) that is used to actually build your app.

I recommend that you first convert your app into a Cordova CLI app, which should be sufficient to do what you want to do. If that is not sufficient, then search for how to convert a Cordova app into an Android Studio project.

To convert your Intel XDK project into a Cordova CLI project, see these basic instructions on the XDK forum and use this script to create a proper config.xml file from your XDK project settings for use with Cordova CLI.

Post a Comment for "How To Import An Existing Intel Xdk Project In Android Studio"