i have imported an Android Studio project, into Android Studio yet the error appears:
Error:(1, 0) Plugin with id 'com.android.application' not found.
It appears on import that the Build.gradle file for the project and the settings.gradle file were not created
this is log file :
2017-01-05 15:07:25,745 [ 381987] INFO - ls.idea.gradle.GradleSyncState - Sync with Gradle for project 'app' failed: Plugin with id 'com.android.application' not found.
Consult IDE log for more details (Help | Show Log)
2017-01-05 15:07:25,755 [ 381997] WARN - roid.tools.ndk.GradleWorkspace - NDK support for project 'app' is disabled because the project doesn't contain any valid native configurations.
2017-01-05 15:07:25,795 [ 382037] INFO - #com.jetbrains.cidr.lang - Clearing symbols finished in 0 s.
2017-01-05 15:07:25,797 [ 382039] INFO - #com.jetbrains.cidr.lang - Loading symbols finished in 0 s.
2017-01-05 15:07:25,798 [ 382040] INFO - #com.jetbrains.cidr.lang - Building symbols finished in 0 s.
2017-01-05 15:07:25,799 [ 382041] INFO - #com.jetbrains.cidr.lang - Saving symbols finished in 0 s.
Create new file called
build.gradle
in the folder that contains yourapp
folder. Paste the following content into it:So the structure would be: