ERROR: In <declare-styleable> VideoView, unable to find attribute overlaySurface
See original GitHub issueI am getting this error while building on android
ERROR: In <declare-styleable> VideoView, unable to find attribute overlaySurface
My gradle
compileSdkVersion 26
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "com.sprung"
minSdkVersion 19
targetSdkVersion 26
versionCode 68
multiDexEnabled true
versionName "0.0.13"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
The Build fails because of this error
Environment
- Node.js version: 8.11.3
- React Native version: 0.53.3
react-native-twilio-video-webrtc
Version: npm version or “master”
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
android - Error:In <declare-styleable> - unable to find attribute
I'm getting Gradle errors for missing attributes when trying to build my project;. Error:In <declare-styleable> ReflowText, unable to find ...
Read more >Bug: can't build with gradle 4.0.0-alpha03 - Issue Tracker
classpath 'com.android.tools.build:gradle:4.0.0-alpha03' The bug is that you can't. You will get this error that doesn't explain what's going on and how it ...
Read more >Execution failed for task ':app:processDebugResources'
Description Unable to build with Twilio Video SDK using the ... AAPT: error: attribute scaleType (aka com.brain.chat:scaleType) not found.
Read more >In <declare-styleable> FontFamilyFont, unable to find attribute ...
Just rebuilt my computer and with a new B4A project am seeing the following error during compile: ERROR: In FontFamilyFont, unable to find...
Read more >Creating a View Class - Android Developers
Beyond this lesson, you can find additional, related information in ... Define custom attributes for your view in a <declare-styleable> ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Updating to API level 28 solved the issue, closing
In my case I solved this by add a file here
android/app/src/main/res/values/attrs.xml
as suggested here https://github.com/twilio/video-quickstart-android/issues/479