You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
I am facing this problem with Crosswalk after updating the platform to 6.4.0.
The apk files are created but as they are in different directory names the run took seems not to find them to run on device.
Actually after the build itself they apk files are not listed anymore.
Command just to build (see the last part where should list generated apk files): $ cordova build android
Result:
BUILD SUCCESSFUL in 24s
70 actionable tasks: 10 executed, 60 up-to-date
Built the following apk(s):
(THERE ARE NO APK FILES LISTED HERE, IT SHOULD HAVE)
Crosswalk info:
After much discussion and analysis of the market,
we have decided to discontinue support for Android 4.0 (ICS) in Crosswalk starting with version 20,
so the minSdkVersion of Cordova project is configured to 16 by default.
If I look in the directory structure inside the platform on the build folder the apk files are there, but inside subfolders, I think that's the problem:
Could anyone point any solution for this annoying problem? I really need to use Crosswalk because of Android 4.1+
The text was updated successfully, but these errors were encountered:
franzisk
changed the title
After updating to [email protected] it creates apk in different directories and can't run on device anymore
After updating to [email protected] it creates apk in different directories and can't run on device anymore
Oct 29, 2018
You can use "adb install" to install your code in device. You may have to start it manually. adb install -r platforms/android/build/outputs/apk/armv7/debug/android-armv7-debug.apk
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am facing this problem with Crosswalk after updating the platform to 6.4.0.
The apk files are created but as they are in different directory names the run took seems not to find them to run on device.
Actually after the build itself they apk files are not listed anymore.
Ionic Info:
Plugins:
Command just to build (see the last part where should list generated apk files):
$ cordova build android
Result:
If I look in the directory structure inside the platform on the build folder the apk files are there, but inside subfolders, I think that's the problem:
Could anyone point any solution for this annoying problem? I really need to use Crosswalk because of Android 4.1+
The text was updated successfully, but these errors were encountered: