Hi guys,

I am having problem deploying a simple qml project. I encountered this error:

Error while building/deploying project test (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.3.2))
When executing step "Deploy to Android device"


I found out that the AVD i created is not compatible:

ABI is incompatible, device supports ABIs: armeabi

Here is my environment:
OS: windows 7 (64 bit)
Qt: Qt Creator 3.2.1 based on Qt 5.3.2 (MSVC 2010, 32 bit)
JDK: jdk1.8.0_25
SDK: Androind SDK Tools 23.0.5 with API 21 and 10 installed
NDK: Android NDK r10c
Ant: apache-ant-1.9.4

Basically, i am using the updated Android tools.

I already tried adding ANDROID_TARGET_ARCH build variable based on some recommendations on the internet but still the same issue.

I noticed from build variables, the following variables are using forward slash instead of backward slash.

ANDROID_HOME
ANDROID_SDK_ROOT
JAVA_HOME

Should I be concerned with that?

TIA!