Preparing Android* OS Applications for Analysis

The Intel® GPA System Analyzer Application List screen displays two groups of applications:

Analyzable applications have the proper permissions that enable you to analyse any application from this list by Intel GPA.

To analyze an application from the Non-analyzable applications list, you need to modify the application’s permissions:

  1. Open the AndroidManifest.xml file of your application.

  2. Enable the Internet connection permission: <uses-permission android:name="android.permission.INTERNET">

  3. Enable the debuggable permission: <application android:debuggable="true">