Project-ARTist / ArtistGui

ARTist's deployment application, for code-injection on an Android device.
https://artist.cispa.saarland
Other
37 stars 12 forks source link

Check for missing ARTist (dex2oat compiler), closes #17 #43

Closed partipan-dot closed 7 years ago

partipan-dot commented 7 years ago

No ARTist version, meaning dex2oat, libart-compiler.so and the like, is present when ArtistGui is freshly checked out. Hence, we need to check for and warn about missing ARTist binaries. In the best case, we explain what the problem is and point the user to, e.g., the website.

schrnz commented 7 years ago

Nice, could you in addition prevent the user from starting a compilation from the compilation dialog? For example, deactivate the "instrument" button and display "instrumentation not possible".