In your module-level build.gradle file, add the following code to enable view binding. android { // ... buildFeatures { viewBinding true } }.
確定! 回上一頁