ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to run the app

jaycoronation opened this issue · comments

Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
Android resource linking failed
ERROR:/Users/coronation/.gradle/caches/transforms-3/a8c63a3667d8922fece9c733b40ea2bb/transformed/jetified-mobilertc/res/layout/activity_media_player.xml:7: AAPT: error: attribute fastforward_increment (aka com.jspl.connect:fastforward_increment) not found.

 ERROR:/Users/coronation/.gradle/caches/transforms-3/a8c63a3667d8922fece9c733b40ea2bb/transformed/jetified-mobilertc/res/layout/activity_media_player.xml:7: AAPT: error: attribute rewind_increment (aka com.jspl.connect:rewind_increment) not found.

 ERROR:/Users/coronation/.gradle/caches/transforms-3/a8c63a3667d8922fece9c733b40ea2bb/transformed/jetified-mobilertc/res/layout/zm_content_file_video_viewer.xml:8: AAPT: error: attribute fastforward_increment (aka com.jspl.connect:fastforward_increment) not found.

 ERROR:/Users/coronation/.gradle/caches/transforms-3/a8c63a3667d8922fece9c733b40ea2bb/transformed/jetified-mobilertc/res/layout/zm_content_file_video_viewer.xml:8: AAPT: error: attribute rewind_increment (aka com.jspl.connect:rewind_increment) not found.

this error comes not able to solve it please help me with this

Try to add this to your app level build.gradle file:

implementation 'com.google.android.exoplayer:exoplayer:2.17.1'