controller-lib icon indicating copy to clipboard operation
controller-lib copied to clipboard

build errors due to support library inconsistencies

Open contriteobserver opened this issue 5 years ago • 0 comments

support libraries are inconsistent, gradle.properties set supportLibraryVersion=25.4.0 while sample/build.gradle depends upon api 'com.android.support:appcompat-v7:27.0.2'

so a command line of ANDROID_SDK_ROOT=~/Android/Sdk/ ./gradlew clean assemble results in errors like:

AAPT: error: resource android:attr/colorError not found.
AAPT: error: resource android:attr/colorError not found.
AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.
AAPT error resource android attr/font not found
AAPT error resource android attr/fontStyle not found
AAPT error resource android attr/fontWeight not found

contriteobserver avatar Jan 04 '21 00:01 contriteobserver