I use Android-x86 installed in virtual box and communicating with adb to debug my android application. I know that since it is an open source project, it is not possible to use google API libraries. But I know that using Maps is possible (somepeople did it), do you know any way to instal cd2m libraries to be able to test push in my emulator ? Thxs
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...