kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Integrating the Android analysis standalone tool into the framework #581

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago
  1. set up the environment variable.

$GatorRoot -> D:\ResearchSpace\ResearchProjects\UMLx\facility-tools\gator (Change to your local path)

  1. Integrate this command into the source code:

" java -cp "./out/production/Android-toolkit:./libs/*" org.umlx.UMLxAndroidToolKit "/mnt/f/D/AndroidAnalysis/APKs/AnotherMonitor_release.apk" "/mnt/f/D/Android_SDK/platforms" "/mnt/f/D/ResearchSpace/ResearchProjects/UMLx/facility-tools/Android-toolkit/output" "

replace this above command with the command in the screenshot:

image

call the "generateAndroidAnalysis" function in your dummy function.