K
K
Kirill Dmitry2022-01-20 09:53:38
Android
Kirill Dmitry, 2022-01-20 09:53:38

apk file resource emulator?

Can you please tell me if there is a program resource emulator?
This Emulator should simulate running .apk files in offline mode by analyzing program resources.
I need this Emulator to find out what the interface of Internet programs for Android looks like on which you either need to register or which are outdated and not supported by the server.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
AlexVWill, 2022-01-20
@AlexVWill

I didn’t quite understand the task, but you can install Anrroid Studio, it has AVD - a virtual device manager in which you can run any kind of APK.

spoiler
61e91aad98507674533540.png

spoiler
61e91b7f1feaf951562532.png

D
Drno, 2022-01-20
@Drno

You can install the Android emulator and put any actual APK there

U
Ukrainskiy, 2022-01-20
@Ukrainskiy

You will not be able to run a network application offline. You can unpack the application using the APK Easy Tool , if you try hard, you can push the result into AndroidStudio and see the layout if it is native.

H
Hemul GM, 2022-01-21
@HemulGM

You can look at the application interface only by running it, because. resources are resources, they do not describe in any way how they will be used and how the interface will be displayed. The interface can generally be drawn without resources.
So you need to run the application. For example, in the emulator. There are quite a lot of them, of the faster ones - Nox, BlueStacks. AVD has very buggy emulators.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question