我的颤振医生说:
Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all
of its default components.
Run Code Online (Sandbox Code Playgroud)

我该如何解决这个问题?
实际上,我正在研究build.gradle档案.在某些情况下,我有时会使用它mavenCentral(),jCenter()并mavenLocal()在存储库部分.有时他们也使用URL.所以在我脑海里出现了一些问题?
i)mavenCentral(),jCenter()和mavenLocal()之间的区别?
ii)我应该使用哪一个?
iii)是否存在与性能相关的问题?