ドキュメント

サポート

Vivox Core SDK

Vivox Core SDK

Update the ProGuard rule file

How to build your application with ProGuard.
読み終わるまでの所要時間 1 分最終更新 23日前

If you are building your Android application with ProGuard, then you must add the following code to the ProGuard rule file to prevent classes from being stripped out of the build:
public class com.vivox.sdk.jni.androidsdkJNI
For more information on how to shrink your app, refer to the Android developer documentation.