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
BSD 3-Clause "New" or "Revised" License
39 stars 84 forks source link

Not able to run the app #116

Open jaycoronation opened 1 year ago

jaycoronation commented 1 year ago

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

craigspicer commented 1 year ago

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

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