How to delete other applications cache from our android app?

前端 未结 3 1390
悲哀的现实
悲哀的现实 2020-11-28 08:24

I\'m trying to develop an android app that could erase others application cache data, I tried to browse through all blogs but none of them worked for me, I can able to clear

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-28 08:46

    Another alternative is to add the layoutlib.jar file located in the \sdk\platforms\android-19\data directory, to the library of your project. You'll be able to resolve that and other classes without having to manually add it to the source code.

    I must add that this will those classes will not be added to your binary. It will only let you resolve the clases.

提交回复
热议问题