I have downloaded the file "arcgis-runtime-samples-android-master" and then did exactly as described in the "ReadMe" document. Imported the folder as "Import Non ...
// HelloWorld.java class HelloWorld { public static void main(String[] arg) { UI ui = new TextUI(); ui.display("Hello World"); } } // TextUI.java import java.io ...