Android YOYO Packages [SOLVED]

  • Thread starter electronic_entertainments
  • Start date
E

electronic_entertainments

Guest
Hi there, hope for you to have a good time

i just reading through a YoYo tutorial and noticed that they used a .java Package named com, to import a specific class just like the code bellow:
Java:
import com.yoyogames.runner.RunnerJNILib;
so where can i find .java com package file ? i know it is exists somewhere in my storage but iam unable to find it, since i dont follow any tutorial in this field i will infer substantial knowledge from the package
for example iam curios how a static method of the RunnerJNILib class trigger a async event instead of just using it blindly. thanks for taking time and read my question
 

gkri

Member
Android:
Code:
C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.5.378\android\runner\ProjectFiles\src\main\java\com\yoyogames\runner
Amazon fire:
Code:
C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.5.378\amazonfire\runner\ProjectFiles\src\main\java\com\yoyogames\runner
You might have different runtime version, so change it accordingly.
 
Top