Time for action – testing on an Android device
A game file is not required for this session. We're going to create a blank game for our initial mobile test.
Attach the Android device to the development PC using the appropriate USB cable.
Open Stencyl and create a new game called
Mobile Testing Android
.Create a new scene called
Test Scene
, and set the Background color to Light Turquoise.In the main Stencyl toolbar, select Android in the target device drop-down box next to the Test Game button, as shown in the following screenshot:
Ensure that Stencyl's Log Viewer window is open: View | Log Viewer in the main Stencyl menu.
Click on Test Game.
Follow any prompts to download and install the relevant software development kits (SDKs), which may be required if not already installed on the computer.
After the installation of any required SDKs, there may be a prompt to restart Stencyl. So quit and restart Stencyl, load the Mobile Testing Android game, ensure the Log Viewer window is open, and test the...