Android SDK not working due to error (Plugin with id 'com.android.application' not found and one build,gradle file)

那年仲夏 提交于 2020-06-17 13:18:07

问题


First question I found

Second question I found

As per the above questions already posted, although this question is related to the same error as in First question I found, I do believe my situation is different because I also found an issue related to the Second question I found. I tried both of the answers submitted but still, my application fails.

Firstly the application I am trying to run is an SDK for an android app that already on the Playstore. I am assuming this SDK as with any SDK will allow me to make changes to the existing app. Below are pictures of the SDK and its files.

Folder

Files in the folder

Now I assume since the folder says Android SDK, I can use Android Studio is open and run this SDK. The files opened on Android Studio is shown below. However, when I run the program I get the error noted in the First question I found and also I am missing another build.gradle file as in Second question I found. First, are these files meant to open in Andriod Studio or do I require another IDE? Second, if I am supposed to Andriod Studio why isn't this SDK working and why does it have a different file structure as compared to other apps? Lastly, how do I make this SDK work?

I have installed the lastest Android Studio about 20 minutes ago.

Android studio

来源:https://stackoverflow.com/questions/62264047/android-sdk-not-working-due-to-error-plugin-with-id-com-android-application-n

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!