Software Archive
Read-only legacy content
17061 Discussions

Error compiling build for Android/crosswalk android with intel xdk2366

Ming_Chiet_C_
Beginner
900 Views

Hi,

I am just curious about the error that I am getting. 3 days ago, I was able to compile my apk for both crosswalk and android with Intel XDK.

Now, I keep getting the error

An unexpected error occured while attempting to build the application.

I noted that I am getting the specific error in the log.

Installing "com.mcm.plugins.androidinappbilling" for android
Install start for "com.mcm.plugins.androidinappbilling" on android.
path does not exist: .../Mxxxh/platforms/android/src/com/android/vending/billing
path does not exist: .../Mxxxh/platforms/android/src/com/smartmobilesoftware/inappbilling
path does not exist: .../Mxxxh/platforms/android/src/com/smartmobilesoftware/util

 

Installing "org.apache.cordova.file" for android
Install start for "org.apache.cordova.file" on android.
path does not exist: .../Mxxxh/platforms/android/src/org/apache/cordova/file
path does not exist: .../Mxxxh/platforms/android/src/org/apache/cordova/file

 

Installing "org.apache.cordova.contacts" for android
Install start for "org.apache.cordova.contacts" on android.
path does not exist: .../Mxxxh/platforms/android/src/org/apache/cordova/contacts

 

Installing "org.apache.cordova.inappbrowser" for android
Install start for "org.apache.cordova.inappbrowser" on android.
path does not exist: .../Mxxxh/platforms/android/src/org/apache/cordova/inappbrowser

 

Is this an issue with the included plugins or third party plugins or some other issue e.g plugin not compatible to intel xdk 2366?

I am compiling the APK for my app made with Construct2.

regards

Damon

0 Kudos
8 Replies
Elroy_A_Intel
Employee
900 Views

Are you providing this plugins locally or via the default listing? 

0 Kudos
Ming_Chiet_C_
Beginner
900 Views

Via default listing

0 Kudos
John_H_Intel2
Employee
900 Views

I see you have completed several build successfully. Did you get the issue figured out?

0 Kudos
Ming_Chiet_C_
Beginner
900 Views

For the crosswalk, I am able to compile successfully now. But for Android, although it too is successful, the apk cant be installed. Any other suggestions to check? The cordova CLI version is 4.1.2.

The change that I made to fix it was probably due to the build settings-app version code to be a single number e.g 1 or 2.

 

0 Kudos
John_H_Intel2
Employee
900 Views

What kind of device are you trying to install it on?

Does it install and then fail to launch or does it fail to install altogether?

How are you trying to install, OTA, adb, other?

0 Kudos
Ming_Chiet_C_
Beginner
900 Views

Xiaomi Redmi 2. It failed to install altogether. I am just downloading it via the phone and installing it.

0 Kudos
Ming_Chiet_C_
Beginner
900 Views

Just to add on, I noted that while I am able to run the crosswalk APK, when I checked the package name, with Package Name Viewer app, it shows as not specified. Partly because that, I believe that why I am failing/unable to upload when I submit to the amazon app store regarding the package name error

0 Kudos
Ming_Chiet_C_
Beginner
900 Views

Ok. I resolved the crosswalk  no package specificied issue. Can you suggest what else to check for the Android build via Intel XDK?

0 Kudos
Reply