This commit is contained in:
rootVIII 2021-05-31 00:35:53 -04:00
parent 51ccdc7ee3
commit 729b15c860

View file

@ -49,10 +49,8 @@ adb -s <emulator-name> install skullsgomobile.apk
// Note: to list available emulators: adb devices -l
// 3. View logging output from the game:
// 3. View debug/logging output from the game:
adb logcat
</code>
</pre>
<br>
@ -171,9 +169,7 @@ class EbitenViewWithErrorHandling extends EbitenView {
&lt;/RelativeLayout&gt;
// 7.
// The game should now be usable in Android Studio (sign project with developer keys, UI adjustments in XML, etc. etc.)
</code>
// 7. The game should now be usable in Android Studio (sign the project with developer keys, UI adjustments in AndroidManifest.xml etc.)
</pre>
<br>