How to open generated souce code from an apk file as a single project file in Android Studio? -


i have decompiled apk source code. i'm being able open classes seperately in android studio. i'm unable find project file android studio thumbnail. how done? want understand built in classes , user defined. please

there no "project file" inside apk. information project useless app work on phone, increase weight of file.
apk contains classes , resources bundled installed , executed on phone, nothing more.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -