How can i enable my app to be moved to the sdcard?
-edited the title in order to make question more relevant to the answers given.
You have to set android:installLocation entry in AndroidManifest.xml file (preferExternal or auto values will do).
android:installLocation
preferExternal
auto
NB! For this build target should be API Level 8 (Android 2.2).