I am new to using Stencyl and just wanted to see if I could figure out how to test a game on my phone. I am using a Galaxy S7. These are the errors I get when I click "Test Game":
2018-04-10 10:29:52,056 OFF [Thread-38] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "arm-linux-androideabi-g++.exe" not found.
2018-04-10 10:29:52,069 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Process 'taskkill' exited with code: 128
2018-04-10 10:29:52,069 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Running command: [taskkill, /im, cc1plus.exe, /f]
2018-04-10 10:29:52,268 OFF [Thread-39] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "cc1plus.exe" not found.
2018-04-10 10:29:52,279 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Process 'taskkill' exited with code: 128
2018-04-10 10:29:52,280 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Running command: [taskkill, /im, tail.exe, /f]
2018-04-10 10:29:52,479 OFF [Thread-40] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "tail.exe" not found.
2018-04-10 10:29:52,491 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Process 'taskkill' exited with code: 128
2018-04-10 10:29:52,492 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Running command: [taskkill, /im, ios-sim.exe, /f]
2018-04-10 10:29:52,686 OFF [Thread-41] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "ios-sim.exe" not found.
If someone could help me, it would be greatly appreciated.
2018-04-10 10:29:52,056 OFF [Thread-38] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "arm-linux-androideabi-g++.exe" not found.
2018-04-10 10:29:52,069 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Process 'taskkill' exited with code: 128
2018-04-10 10:29:52,069 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Running command: [taskkill, /im, cc1plus.exe, /f]
2018-04-10 10:29:52,268 OFF [Thread-39] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "cc1plus.exe" not found.
2018-04-10 10:29:52,279 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Process 'taskkill' exited with code: 128
2018-04-10 10:29:52,280 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Running command: [taskkill, /im, tail.exe, /f]
2018-04-10 10:29:52,479 OFF [Thread-40] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "tail.exe" not found.
2018-04-10 10:29:52,491 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Process 'taskkill' exited with code: 128
2018-04-10 10:29:52,492 DEBUG [AWT-EventQueue-0] stencyl.sw.util.Util: Running command: [taskkill, /im, ios-sim.exe, /f]
2018-04-10 10:29:52,686 OFF [Thread-41] stencyl.sw.util.StreamGobbler: [taskkill] ERROR: The process "ios-sim.exe" not found.
If someone could help me, it would be greatly appreciated.