alibaba / dexposed

dexposed enable 'god' mode for single android application.
4.51k stars 1.07k forks source link

热补丁修复bug测试 #36

Closed hyvenzhu closed 9 years ago

hyvenzhu commented 9 years ago

遇到这个错误,java.lang.IllegalArgumentException: Optimized data directory /storage/sdcard0 is not owned by the current user. Shared storage cannot protect your application from code injection attacks。 请问如何解决

lzwang3d commented 9 years ago

The odex target file should be context.getCacheDir. Please try it.