Home > Mobile >  ERROR: Could not find method implementationSdkVersion () for the arguments [28] on ob
ERROR: Could not find method implementationSdkVersion () for the arguments [28] on ob

Time:10-22

ERROR: Could not find method implementationSdkVersion () for the arguments [28] on the object of type com. Android. Build. Gradle. Internal. DSL. BaseAppModuleExtension.

Import the module of a library, the 23 librarySDK version, I changed to 28,
And then guide the SDK version of 25 Xutil, two is the problem,



Why version has been changed to 28 implementationSdkVersion 28, is still an error,



Gradle version 3.2.2 '

CodePudding user response:

Should be compileSdkVersion 28
  • Related