So, I am using APACHE CORDOVA
pure , without Ionic
.
I've usually created a app with the command at prompt
cordova create meuApp br.com.carcleo meuApp
I've created 2% with%, one for Android 22 and another for Android 28 .
For Android 22 the emulator works correctly. But for Android 28 the NO emulator works.
It asks for AVD's
that should be in the image folder of kernel-qemu
but there is no such file there.
However, in the Android 28
folder the file exists.
Well, there are 2 files with similar names, Android 22
and kernel-qemu
.
In this case, kernel-ranchu
only has Android 28
.
I even tried copying the kernel-ranchu
of folders from kernel-qemu
to the same folders in Android 22
. The Android 28
even starts, but it stands still on the simulator black screen and neither does the Android
workspace show.
I've noticed the following: it looks for Android
in the kernel-qemu
folder. However, there is only this file in the Android 28
folder down.
In folders Android 22
up, only has Android 23
.
But what can be done to circumvent this problem? Should I make a build for the old version of kernel-ranchu
? Was it just these the way out? Or do you have to edit config.ini to resolve this? If so, how to proceed?
Thanks to anyone who can help!