Android: Can write to lib dir?

后端 未结 2 625
一整个雨季
一整个雨季 2021-01-28 04:30

Is it possible to programmatically copy a file into, or create a symbolic link in the /data/data/application_package/lib directory?

When trying to write to the lib dire

2条回答
  •  無奈伤痛
    2021-01-28 05:07

    if you want load so file ,you can use system.load(); you can copy so to data/package name/libs

    and use system.load() to load so

提交回复
热议问题