Select to view content in your preferred language

Error during the run Android application

6790
11
Jump to solution
08-10-2022 03:53 AM
Labels (2)
tanerkoka
Occasional Contributor II

I want to run android  application with simple map using ArcGIS_Runtime_SDK_Qt_Windows_100_14_0 sdk. Im  using Qt Creator 7.0.2 Based on Qt 6.2.3 (MSVC 2019, 64 bit)  and Kits Qt 5.15.2   (Android  Clang Multi -Abi and  MinGW 64-bit ) . I installed the sdk from android studio. I use ndk separately from android studio (r17c) and last version of jdk-18.0.2. 

When I create new simple project ArcGIS Runtime 100.14 Qt Quick QML app after nunning the project from Emulator. An error is received as below.

:-1: error: [C:\Users\h\Documents\build-map_4-Android_Qt_5_15_2_Clang_Multi_Abi-Release\android-build\libs/libs/RuntimeIndoors.jar] Error 1

How can I solve this  problem or  Is there a mistake in the sdk I use or. If , yes , which sdks are needed to use 100_14_0 sdk.

Here is a Tools and Android options pictures below.

Android.png

Virtual DeviceVirtual Device

0 Kudos
11 Replies
JamesBallard1
Esri Regular Contributor

Oh yeah, I forgot to mention but I also get that ARM architecture too old issue as well. I think it's a bug with Qt Creator, but I'm not certain.

I see this issue looks related, but it's closed.

https://bugreports.qt.io/browse/QTCREATORBUG-25615

0 Kudos
JamesBallard1
Esri Regular Contributor

Hi @tanerkoka. As @HomeroOriaAguilera mentioned, the problem deploying RuntimeIndoors.jar was fixed at 100.14.1. See the release notes:

https://developers.arcgis.com/qt/release-notes/release-notes-for-100-14/

BUG-000149660 Android deployment problems on Windows with RuntimeIndoors.jar.

 

0 Kudos