A mobile social application in which individuals can join communities to share augmented reality posts for others in the same location as them later that day to discover\
Tested on emulator on MacBook and physical Android device. Instructions may differ depending one the device you are building on.
Steps a bit modified from: [https://developers.google.com/ar/develop/java/emulator]
- Install Android Studio 3.1 or later
- In Android Studio, go to Preferences > Appearance and Behavior > System Settings > Android SDK.
- Select the SDK Platforms tab and check all packages for Android 10.0 (Q) API level 29 Revision 5.
- Select the SDK Tools tab and add Android Emulator 27.2.9 or later (maybe also Google Play services)
- Click OK to install of the the selected packages and tools.
- In Android Studio open the AVD Manager by clicking Tools > AVD Manager.
- Click Create Virtual Device, at the bottom of the AVD Manager dialog.
- Select the Pixel 2 device, select next
- Select API 29 (Q) x86, Android 11.0 (Google Play), select next
- Click Show Advanced Settings and check that Camera Back is VirtualScene
- Finish to create the new AVD
- Download the latest Google_Play_Services_for_AR_1.21.0_x86_for_emulator.apk from [https://github.com/google-ar/arcore-android-sdk/releases]
- Start the new device from AVD Manager. When the emulator is started up, drag the file onto the device, which installs the google play services.
- Open the android project and press the play button with the new device selected.
- Install Google Play Services for AR through the Google Play Store
- Open the android project, and make sure the physical Android device is connected (you should see the device next to the green arrow in Android Studio)
- Press the green play button.
If you cannot run the app, please view the demo to understand the features of JESS.