debug
-
android debug vm virtual virtualbox images ova eclipse
As an alternative to the default android virtual machines that come with the Android SDK and/or Eclipse, try the images from the site below: http://androvm.org/blog/ The format is ova, which is easily opened by virtualbox, and there only two simple… Continue reading
-
android app cannot connect to internet
To allow your custom app to connect to the internet, add the following in your AndroidManifest.xml file right before (outside) the application tag. Continue reading