0

I've downloaded Oculus mobile SDK with some examples. How do I package them into APK? Running gradlew.bat from SDK root prints BUILD SUCCESSFUL, but generates no APK. What's wrong?

JustLogin
  • 1,822
  • 5
  • 28
  • 50

1 Answers1

0

Android Studio > Build (menu) > Build APK/Generate Signed APK.

This what you are looking for?

SamT01
  • 125
  • 1
  • 14
  • Is it a way to build projects without IDEs? I just need very minor edits to one of the examples. – JustLogin May 02 '17 at 16:21
  • For this question refer to this stackoverflow link: http://stackoverflow.com/questions/29290588/can-i-develop-android-apps-without-an-ide – SamT01 May 02 '17 at 16:29