T
T
Tanuwka2016-03-25 20:41:29
Android
Tanuwka, 2016-03-25 20:41:29

How to conduct static and dynamic analysis of Android applications?

How to conduct static and dynamic analysis of Android applications?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris K., 2016-03-31
@kaftanati

1. To get started using the Android Studio IDE: Menu-Analyze-Inspect code
2. You can install various plugins that extend the functionality of the analyzer. FireBug 3 was popular under the same Elipse. You
can dynamically:
- take dumps of memory and processes through the Android Monitors-Monitors-Start method tracing, but this is very approximate
- with the built-in utility tracert IDE Android Studio: Tool-Android-Android Device Monitor
But the most effective the method for dynamic analysis is to install the application on the oldest smartphone that it supports with the minimum memory / resolution settings - all performance problems and lack of optimization will immediately come out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question