如果app不能读写sdcard,提示如下类似异常:
Limited by the system, external sd card is unavailable ...
可以修改以下2个文件:
1. Add the permission 'android.permission.WRITE_MEDIA_STORAGE' in the 'AndroidManifest.xml' of the application.
2. Add 'LOCAL_CERTIFICATE := platform' in the 'Android.mk' of the application.