I'm trying to learn Android programming. I installed Android Studio and installed the SDK for 28 - 24. Then I started a new project and set the minimum level to 26. As soon as Android Studio creates the project it attempts to build the project and immediately presents this error:
Error:Could not download sdk-common.jar (com.android.tools:sdk-common:26.1.4):
No cached version available for offline mode
I've tried searching but haven't found any solution.
How can I fix this? Thanks.