Use AndroidRunningState without apk generation, code compilation etc

Hi,

I want to use the android plugin to install and launch apk's. NOT to compile code, generate dex/apk files.

I have installed some compile tasks that generate custom apk's. An I have a custom AndroidRunConfiguration that creates the internal AndroidRunnningState. My module do have a android facet and I am just wondering what to do to prevent android from generating dex, apk files. There are some properties like AndroidRunConfiguration.{DEPLOY, MODE}, but they just don't do the job.

I just want to give android the path to my generated apk. Any ideas?

0

Please sign in to leave a comment.