I am trying to allow my app to be able to be moved to an SD card. So far, I have added the attribute, android:installLocation="auto", to my manifest file.
When I try moving storage option from internal to external for the app (75MB) on my phone, the option is there to move it, but it keeps showing a toast saying "Not enough storage space" after it is 90% complete, even though I have plenty of space in my internal (64 GB) and external (128 GB). I also tried moving a different app on my phone that was larger than (75MB), and the transfer worked. I also tried creating a virtual emulator to try transferring my app, but it's doing the same thing.
Is there an attribute that I am missing in the manifest file for this problem to be happening? Any suggestions?