1. build.gradle檔案新增依賴android { defaultConfig { testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } } dependencies ...
確定! 回上一頁