1,316
edits
Praetorian (talk | contribs) |
Praetorian (talk | contribs) |
||
Line 203: | Line 203: | ||
= Android Studio setup = | = Android Studio setup = | ||
After the compiling process has | After the compiling process has concluded, one may find within the build directory (if used) a new directory called <tt>android-project.</tt> If following the above process, this folder will be inside the root folder of the locally cloned ScummVM source code repository. | ||
This folder can be opened by Android Studio. C files are not yet available, but it is possible to edit the Java source files and debug both Java & native code (on an emulator or on a real device via an <tt>adb</tt> connection). | This folder can be opened by Android Studio. C files are not yet available, but it is possible to edit the Java source files and debug both Java & native code (on an emulator or on a real device via an <tt>adb</tt> connection). |
edits