Open jaycoronation opened 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
Try to add this to your app level build.gradle file:
implementation 'com.google.android.exoplayer:exoplayer:2.17.1'
Execution failed for task ':app:processDebugResources'.
this error comes not able to solve it please help me with this