How I can play projects that I downloaded from site android developer -


i trying work on projects downloded sdk not work when open eclips, open import>and select folder project error appear in emulator in picture

enter image description here

what run thats projects? please 1 me

that because emulator contains softketboard signatures.

un-install , project run

check out link

edit:-

keep in mind softkeyboard sample come preinstalled in every emulator. if want test in emulator, have uninstall preinstalled version first. either run adb uninstall com.example.android.softkeyboard command line of os or uninstall examples via preferences -> applications in emulator itself.


Comments