Can anyone give me a piece of advice about using bluetooth in libgdx games on Android?
My problem is that the whole code is in MyGame project and in MyGame-Android there is only MainActivity class that starts the game on Android.
I can get bluetooth to work in normal Android application but MyGame libgdx project can't see classes that are in MyGame-Android project.
