সর্বশেষ সাপোর্ট লাইব্রেরি সংস্করণ 26.0.0 এ আপডেট করার সময় আমি এই সমস্যাটি পেয়েছি ( https://dePLer.android.com/topic/libraries/support-library/revisions.html#26-0-0 ):
ত্রুটি: (18, 21) প্রদত্ত নামের সাথে মিলছে এমন কোনও সংস্থান পাওয়া যায় নি: অ্যাট্রয়েড 'অ্যান্ড্রয়েড: কীবোর্ড নেভিগেশনক্লাস্টার'।
/.../app/build/intermediates/res/merged/beta/debug/values-v26/values-v26.xml
Error:(15, 21) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
Error:(18, 21) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
Error:(15, 21) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
Error:(18, 21) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
Error:Execution failed for task ':app:processBetaDebugResources'.
com.android.ide.common.process.ProcessException: অপ্ট কার্যকর করতে ব্যর্থ
ফাইলটি সমর্থন লাইব্রেরির থেকে:
<style name="Base.V26.Widget.AppCompat.Toolbar" parent="Base.V7.Widget.AppCompat.Toolbar">
<item name="android:touchscreenBlocksFocus">true</item>
<item name="android:keyboardNavigationCluster">true</item>
</style>
আমরা নিম্নলিখিত সংস্করণগুলি ব্যবহার করছি:
ext.COMPILE_SDK_VERSION = 26
ext.BUILD_TOOLS_VERSION = "26.0.1"
ext.MIN_SDK_VERSION = 17
ext.TARGET_SDK_VERSION = 26
ext.ANDROID_SUPPORT_LIBRARY_VERSION = "26.0.0"
ext.GOOGLE_PLAY_SERVICES_LIBRARY_VERSION = "11.0.2"
compile 'com.android.support:appcompat-v7:' + ANDROID_SUPPORT_LIBRARY_VERSION
compile 'com.android.support:design:' + ANDROID_SUPPORT_LIBRARY_VERSION
compile 'com.android.support:recyclerview-v7:' + ANDROID_SUPPORT_LIBRARY_VERSION
কোন ধারনা?