byteandahalf / GenericLauncher

Launcher template for programmers to create their own MCPE hacked client/launcher.
47 stars 22 forks source link

I'm confused as to how to compile #25

Closed TheDiamondYT1 closed 7 years ago

TheDiamondYT1 commented 8 years ago

Why do we need GenericLauncher-App, can't we do without it? How to compile

slice commented 8 years ago
$ ndk-build
$ ant clean debug

You shouldn't be using AIDE.

TheDiamondYT1 commented 8 years ago

Didn't you make a video showing how to compile on AIDE?

slice commented 8 years ago

Yes, but that was long ago. I was dumb enough to be using it, but that was when a computer wasn't available for me.

jose-vm commented 8 years ago

AIDE still works for me :P

malucard commented 8 years ago

Is there any way to build with Android Studio?