-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: suggest adding these steps for Android Studio #9
Comments
Thank you for your suggestions, I am able to build the app, but getting the following error when the activity opens
|
@cybenauts Is it possible you're using an older version of Android? |
I didn't understand the 5th step |
@salamay Step 5 refers to the source code for this git: https://github.com/acodexm/Panorama360/tree/master/android/src/main/jni In that directory, currently there's Application.mk and TEMPLATE_Android.mk. I'm suggesting you copy TEMPLATE_Android.mk to the same directory and rename it "Android.mk" because that's the NDK build system seems to be looking for (not "Application.mk"). |
Thanks... It has compiled.....but i don't know how to operate the app... It doesn't seam to capture any photo in any mode |
Here are some steps I needed to perform in getting the app to compile in Android Studio; not all of them are obvious; documenting them might save others some time.
The text was updated successfully, but these errors were encountered: