sxrsdk / sxrsdk-demos

9 stars 24 forks source link

Add a new demo AR Pet #60

Closed acosta closed 5 years ago

acosta commented 5 years ago

This demo consists in an AR application which has a pet called Eva. This application has the following features:

As a requirement for Share Anchor experience, it is needed to create and export a Cloud Anchor API key as described here. This key must be configured in gradle.properties file using this variable name cloudAnchorApiKey (eg. cloudAnchorApiKey=XXXXXXX).

Known issue:

SXR-DCO-1.0-Signed-off-by: Afonso Costa afonso.j@samsung.com

liaxim commented 5 years ago

Is the PR considered ready? Please add SXR-DCO.

acosta commented 5 years ago

Hi @liaxim, it is ready now. Thanks.

msonasath commented 5 years ago

Hi @acosta , I am seeing the following build error for this app:

Task :sxr-arpet:compileMonoscopicDebugJavaWithJavac /home/m.sonasath/projects/latest_sxr/sxrsdk-demos/sxr-arpet/app/src/main/java/com/samsungxr/arpet/service/share/SharedMixedReality.java:34: error: SharedMixedReality is not abstract and does not override abstract method setPlaneFindingMode(PlaneFindingMode) in IMixedReality public class SharedMixedReality implements IMixedReality { ^ Note: /home/m.sonasath/projects/latest_sxr/sxrsdk-demos/sxr-arpet/app/src/main/java/com/samsungxr/arpet/mode/EditMode.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error

FAILURE: Build failed with an exception.

acosta commented 5 years ago

Hi @msonasath, I've updated this PR according to the MixedReality. Please try again.