I have built a Crypto App with API from
What do I do ? Please help.
CodePudding user response:
I belive you missed to add internet permission in the manifest
<manifest xlmns:android...>
...
<uses-permission android:name="android.permission.INTERNET" />
<application ...
</manifest>