android - Build APK from splited APK generated with Instant Run -


i deleted project filesystem, cant recover it, neither recyclebin nor program recover deleted files. btw have app installed in phone, when recover apk next files:

-folder "lib" empty.

-base.apk

-split_lib_dependencies_apk.apk

-split_lib_slice_0_apk.apk (i have 10 1 changing number)

i have way source code of apk, when try process on base.apk, none of code, instead, 2 packages "com.android.tools.fd.common" , "com.android.tools.fd.runtime" classes never wrote.

i think have split because running app "instant run" activated without me noticing it.

is there way join apks final 1 running on phone?

pd: tried "local history" solution , didnt work.

may app https://play.google.com/store/apps/details?id=com.njlabs.showjava

note:just decompile apk file if fortunate find fragment of code can fix this


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -