weizai

Results 7 issues of weizai

make the wrap's width fixed and title can auto fit

RecycleView divider 引用图片资源如何替换?

as the following picture: ![unnamed qq screenshot20170313141320](https://cloud.githubusercontent.com/assets/5052185/23843509/4f402888-07f7-11e7-8065-290b83d4de78.jpg) this is my option LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/minicap -P 2160x3840@2160x3840/0 -s > /mnt/sdcard/screenshot.jpg

resolution : 3840 x 2160 ![Snipaste_2021-01-24_13-30-57](https://user-images.githubusercontent.com/5052185/105622087-506ee300-5e49-11eb-90d5-e6909389d0ba.png)

code is: ```java app.get("/testAudio", new Handler() { @Override public void handle(@NotNull Context ctx) throws Exception { String text = ctx.queryParam("text"); String voiceName = ctx.queryParam("voiceName"); byte[] result = TTS.convertStream(text, voiceName); ctx.header("Content-Type",...

QUESTION

**问题描述**: 直接运行test-release.apk,进入数字人界面,等数字人加载完毕并显示后,点击底部的”播报音频“,程序闪退。是什么问题,哪里可以看到错误信息? **机型**: 系统:android 9.0 CPU: 高通835 内存:6GB 储存:64GB