Add a third party controls,
CodePudding user response:
Create a new project will gradle file configuration copied to you on this projectCodePudding user response:
Add the wrong place, you should add to the corresponding moudle gradle file, added in the root directory of gradle fileCodePudding user response:
Dependencies {
Implementation fileTree (include: [' *. Jar '], dir: 'libs')
Implementation 'com. Android. Support: appcompat - v7:27.1.1'
Implementation 'com. Android. Support. The constraint, the constraint - layout: 1.1.3'
TestImplementation 'junit: junit: 4.12'
AndroidTestImplementation 'com. Android. Support. Test: runner: 1.0.2'
AndroidTestImplementation 'com. Android. Support. Test. Espresso: espresso - core: 3.0.2'}
Add in the app directory of the build
CodePudding user response:
Still wrong!!!!!!!!!!
CodePudding user response: