Hi, problem shown in the question, after hitting "Run in emulator" (note, it's the first time I try to run the emulator, not sure I'm doing the proper things):
Info: -SDK was installed with AndroidStudio, and Processing points to that location. - running on Ubuntu Mate 16.04 - Processing 3.2.3 - Api Target 15
some info from console:
-check-env:
Android SDK Tools Revision 25.2.5
Installed at /home/valerio/Android/Sdk
and then:
debug:
/home/valerio/Android/Sdk/tools/android create avd -n Processing-0255 -t android-15 -c 64M -s WVGA800 --abi armeabi-v7a,
status: 1
611ms
stdout:
Valid ABIs: default/armeabi-v7a, default/x86, google_apis/armeabi-v7a, google_apis/x86
stderr:
Error: Invalid --abi armeabi-v7a, for the selected target.
Second attempt: in Menu/Android/Android AVD Manager I selected and started the (only) device I created in AndroidStudio: Nexus_9_API_22. The Android emulator correctly starts. Then I hit again "Run in Emulator" but I obtain again the same errors.
Thanks!