Skip to content
Snippets Groups Projects
Select Git revision
  • 19c82e113331c2c0b067fb930e00c3f9b039933b
  • master default protected
  • protobuf_gen
  • ns3_work
  • Lip6-2025
  • Lip6-MultipleABD
  • AIProperties
  • sec-pattern-check
  • avatarSysML_04_2024
  • parser_work_06_2025
  • parser_work_04_2025
  • guard_refactoring_04_2025
  • parser_06_2023
  • guard_refactoring_debug
  • parser_03_2023
  • avatarSysML_Graphics
  • alan_attack_tree_gen
  • tags
  • separate_simulator
  • tests_explo
  • debug_simulator_07_2024
21 results

Makefile

Blame
  • readme 555 B
    Draft of TTool for Android
    
    How to compile and execute?
    ---------------------------
    
    I have done as follows on my Mac.
    
    To compile:
    $ant debug
    
    Beware, the application is not signed.
    The usual way to compile it is to do:
    $ant release
    
    Then, start the android emulator, and select your target
    $android avd
    
    Install your application on the emulator:
    $adb install bin/appli.apk
    
    List devices connected to your PC / Mac:
    $adb devices
    
    Installing apk on your phone / tablet via usb
    $adb install bin/appli.apk
    
    Removing the application
    *adb uninstall appli.apk