Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行适用于 Android 的 Twilio 客户端时推荐的 proguard 指令(排除项)是什么(即包括 jar 和 .so 文件?)
以下指令在使用 proguard-android-optimize.txt 时效果很好:
-keep class com.twilio.** { *; }