No resource found that matches the given name (at 'cardBackgroundColor' with value '?android:attr/colorBackgroundFloating')

前端 未结 7 1423
梦如初夏
梦如初夏 2021-01-03 20:42

I am getting these two error messages when trying to compile:

/Users/dericw/coding/myApplication/lfdate/android/app/build/intermediates/exploded-aar/com.andr         


        
7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 21:25

    1. For a temporary fix I solved my issue changing the project.properties:

    vi platforms/android/project.properties

    and changed from target=android-22 to target=android-23

    1. For a permanent fix you just need to update the android platform:

    cordova platform update android --save

提交回复
热议问题