I was trying to set my default install location of android apps into my sd-card(external storage).So i tried these commands,
adb shell pm getInstallLocation (this shows 0[auto])
so i run this command to make it sd-card
adb shell pm setInstallLocation 2
again i run this to see if the command ran successfully or not.
adb shell pm getInstallLocation (this shows 2[external)
But after all these still my apps are getting installing into internal memory and i am getting low memory space issue in my phone.Any help will be appreciated.