WifiChat
WifiChat copied to clipboard
Cannot run the project in Android Studio
Error:(1, 0) Plugin with id 'android' not found.
Tried to change it to 'com.android.application'. Still some other errors.
add these code into ur build.gradle
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.2.2' } }