WifiChat icon indicating copy to clipboard operation
WifiChat copied to clipboard

Cannot run the project in Android Studio

Open hy9be opened this issue 9 years ago • 2 comments

Error:(1, 0) Plugin with id 'android' not found.

hy9be avatar May 21 '16 23:05 hy9be

Tried to change it to 'com.android.application'. Still some other errors.

hy9be avatar May 21 '16 23:05 hy9be

add these code into ur build.gradle

buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' } }

ja3son avatar Jan 07 '17 07:01 ja3son