I am trying to learn how decompiling an android apk using apktool works. When I use apktool to extract a simple apk, all of the resources are extracted correctly. When I check the activity onCreate
, I expect to see findViewById(myview)
but I get this:
findViewById(2356778)
I do not know where this number comes from, and I can not figure out this number refers to which XML layout file.