android - where is the location of install apk nmanifiest file -


i'm installing project apk file on device , can view database inside

/data/data/com.myapp  

but did not find manifest file.

i go on

data/data/myapp 

and find libs , database. want find manifiest file. how can find manifest file?

note

my device rooted.

the androidmanifest.xml gets bundled aapt .apk file. not stored on file system.

for more information please @ how building , running performed.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -