4 FAQ
Q1 What errors does the SDK provide?
Q2 If the project uses code obfuscation, do I need to do anything extra?
-dontwarn com.sensetime.**
-keep class com.sensetime.** { *; }Q3 xxx.so error is reported during integration. What are the possible causes?
Q4 Integration error: java.lang.UnsatisfiedLinkError: xxx
Q5 The error code STID_E_API_KEY_INVALID is returned, stating "API account information error. Please check the network and API_KEY and API_SECRET". The account information is entered correctly, but this error is prompted. How do I solve this problem?
Q6 The error code STID_E_LICENSE_FILE_NOT_FOUND is returned. What are the reasons for "license file does not exist"?
Q7 What are the architectures supported by the SDK? How do I set up to support the armeabi architecture?
Last updated