Home > Mobile >  Could not find method complie () for the arguments (project: drawerlib
Could not find method complie () for the arguments (project: drawerlib

Time:09-19

Error: (36, 0) Could not find method complie () for the arguments (project ': drawerlibrary'] on the object of type org. Gradle. API. Internal. Artifacts. DSL. Dependencies. DefaultDependencyHandler.

CodePudding user response:

Should be quoted in the right package version, not found

CodePudding user response:

After the import of the module I delete import once this problem disappears, it's make me confused

CodePudding user response:

Compile the Android studio 2.0 has been abandoned, using implementation or API, the difference is that implementation can only be quoted in this model (so it is said that will compile faster), API after import all model can be used in the project
  • Related