I am new to Android Studio IDE. I created a sample project using Android Studio, and when I tried to create it, it has the following error.
Error:A problem occurred configuring root project 'SampleApp".
> Could not resolve all dependencies for configuration ':classpath'.
> Could not download artifact 'org.bouncycastle:bcprov-jdk15on:1.48:bcprov-jdk15on.jar': No
cached version available for offline mode
Can anyone understand what I did wrong.
source
share