zhuangfan

Results 3 issues of zhuangfan

`final TextureView textureView=new TextureView(this); setContentView(textureView); videoRecorder=new VideoRecorderImpl(this); videoRecorder.reset(); // videoRecorder.setOutputUri("rtmp://192.168.16.125:1935/live/livestream"); videoRecorder.setOutputUri(Environment.getExternalStorageDirectory().getAbsolutePath()+"/test.mp4"); videoRecorder.setOutputSize(720,1280); videoRecorder.setFps(20); // videoRecorder.setFilter(getDefaultFilter()); videoRecorder.setPreviewDisplay(textureView); // videoRecorder.enableHardware(true); videoRecorder.setOnStateListener(new VideoRecorder.OnStateListener() { @Override public void onStop() { } @Override public void...

#### 问题详细描述 Detailed description of the problem 宿主和插件使用androidx的包会导致打开插件的时候,报资源找不到。 #### 其它重要信息 Other important information replugin-host-lib/gradle Version:2.3.3 rePlugin-plugin-lib/gradle Version:2.3.3 Android API Version:28

support other platform like desktop