I cross-compiled Go source code in Arm to run on Android. The program runs in the terminal on the Android device, but I get an error that /etc/resolv.conf is missing. My program relies heavily on the network / http library for creating http calls.
How can I handle this error in Android?
source share