How to resolve the error code "2010010 " while running HMS Audio Kit Application? - huawei-mobile-services

When I am running HMS Audio Kit application getting an error code 2010010. How to solve the issue?

Is it by any chance this code:
ERROR_MODULE_NOT_PRESET_HSF : 2010010 : HMS Core (APK) is not supported by the operating system of the device.
as found here ?
Then, as per documentation, the solution is: Use a Huawei device that meets the requirements and try again.
If you check the requirements on this page:
Device brand: Huawei,
Device type: Android phone and tablet running Android 6.0 (EMUI 4.0) or later
HMS Core (APK) Version: 5.0.0.300 or later

Related

Error Message : HMS Convertor Failed to execute the engine analysis task

I am using Apple M1 Max and getting Failed to execute the engine analysis task while using HMS Convertor tool.
Please check for the supported environment in the link below. Issue could be with Mac OS version
https://developer.huawei.com/consumer/en/doc/development/Tools-Guides/overview-0000001050060881
Supported Operating Systems
Android Studio and tool is tested in Windows 10, macOS 10.12/10.13/10.14/10.15, and Ubuntu 14.04/16.04/18.04.
Supported Android Studio UI Themes
Windows: Darcula/IntelliJ
macOS: Darcula/Default

Error: package com.huawei.hms.maps.util does not exist when using HMS Map SDK 5.1

My Android app worked well with Huawei Map SDK 5.0.0 or lower version. When upgrading to Map SDK 5.0.1 or above version however, I get the error: package com.huawei.hms.maps.util does not exist when using:
import com.huawei.hms.maps.util.LogM;
import com.huawei.hms.maps.util.AssetBitmapDescriptor;
I tried several solutions, but none of them worked. Can someone help?
To resolve the issues on your Android app when using Huawei Map SDK 5.0.1 or above, you need to do the followings:
use Android API android.util.Log to replace com.huawei.hms.maps.util.LogM
for com.huawei.hms.maps.util.AssetBitmapDescriptor, use the corresponding method in BitmapDescriptorFactory to replace it. Please refer to the links for details:
Link 1 and link2.

macOS 10.15 Beta: Install claimed to have succeeded, but application could not be found on device. bundleId =

i got a problem with running a ios-app, developed with ionic 3 on MacOs 10.15 Beta (Catalina).
When i try to start the app with my real device (ios 13 Beta) i am getting the following error:
"Install claimed to have succeeded, but application could not be found on device. bundleId ="
It is running on simulator...
Did anybody face the same issue?
I tried solutions from this thread:
Install claimed to have succeeded, but application could not be found on device
solved by using a newer version of cordova-ios plugin: 5.0.0

Could not find module 'SJSegmentedScrollView' for architecture 'armv7'; found: arm64

The problem shows when I try to build to real device as simulator. But, there's no problem when I build in simulator.
XCode : 10.2.1
Swift : 4.0
iOS : 10.3.3
Can you check if you are using Debug or Release to build? I've had a similar issue before with other modules, for example you can run the Onfido SDK on simulators on Debug but not on Release. By the looks of this error you are using the Release SDK.

Titanium Appcelerator Running error on iOS 9.2

Device: iPhone 5 (Model A1429)
iOS version: 9.2 (13C75)
Titanium SDK: 4.0.0.GA
When I tried to run/distribute my app, I faced this error messages
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/iVirtue.build/Debug-iphoneos/iVirtue.build/Objects-normal/arm64/iVirtue normal arm64
[ERROR] : (1 failure)
The warning in TiApp Editor > Deployment Targets said
iOS development requires [5.0, 9.0) but you have 9.2
Initially, when I haven't updated my Titanium Studio and my iOS version, the app was running perfectly. Please help.
I didn't clearly explain it before. The app i made was made on Titanium Studio, so installed the Appcelerator Studio and have the app exported. Now, it's working well. Thank you all, now i can close this matter.
Try to update the Titanium SDK to the latest 5.1.2.GA & all other components as well, because as you said that the app was working fine before so it is something related to the updates.
Use Titanium Studio to update everything available.
This seems to be a problem in your run configuration (or tiapp.xml). I suggest you first delete the run configuration, run the app again to define a new run configuration. Also check tiapp.xml to see if you have any references to iOS version?
You should also clean your project prior to running it after having deleted the run configuration :-)
/John