Could not resolve all dependencies for configuration ':_armv7DebugCompile'
Solution 1:
Please notice that section:
Could not resolve all dependencies for configuration ':_armv7DebugCompile'.
It can happen because building an android project with the crosswalk plugin try to build two apks
: one for ARM
, the other for x86
.
The solution is to install Android Support Repository :
- Open the SDK manager (from command line, type
android
). - Under
Extras
, Make sure you haveAndroid Support Repository
andGoogle Repository
downloaded.
Solution 2:
Update answer
Seems starting from crosswalk 16, Android Support Repository
and Google Repository
is not enough.
You need to install
Local Maven repository for Support Libraries
fromExtras
as well.
Solution 3:
for me Solution was: i updated crosswalk to @15.44.384.13
ionic browser add [email protected]
then i changed config.xml:
<preference name="xwalkVersion" value="15+" />
cuz versions "16+" - "18+" not work for me