android获取应用安装之后的路径

Log.d(TAG," this.getFilesDir().getParent()"+this.getFilesDir().getParent());

this.getFilesDir().getParent()/data/user/0/com.xxx.xxx

com.xxx.xxx为该应用的包名

以后就不用另行去判断是真机还是模拟器的安装之后文件的路径了

 该方法直接返回安装之后包所在的路径

手机无法直接查看应用安装之后 应用宝所在的具体路径的 可以root之后 或者开发工具Android Studio点击Device File Explorer等方法查看 

你可能感兴趣的:(android获取应用安装之后的路径)