I have imported an Android Studio project into Android Studio yet the error appears:
Error:(1, 0) Plugin with id 'android' not found.
It appears on import that the Build.gradle file for the project and the settings.gradle file were not created:
as it should be given my other app:
There is not a tutorial or source for creating these files, how can I these files be generated to allow the app to run?