google-ar / codelab-augmented-images-intro

Apache License 2.0
19 stars 19 forks source link

Apply augmented image in Android Emulator #9

Closed Wilfred-Yang closed 3 years ago

Wilfred-Yang commented 3 years ago

Because I don't have an Android device supporting ARCore, can I reach the same result by follow the tutorial and apply in Android Emulator?

kai-dream commented 3 years ago

Well not exactly.

I guess you can add images in virtual AR scene in emulator, https://developers.google.com/ar/develop/java/emulator However, you will not be able to move the images to trigger the interactive gameplay.

Wilfred-Yang commented 3 years ago

Exactly! I only add image in AR scene in emulator! Thanks for your reply. BTW, may I send an email to you to ask more detail how to make an 3D object to show on Android Emulator. I try to use Sceneform to import sfa and sfb file, but it seems my Android Studio version doesn't support it anymore. What's the new method to generate an 3D object? Do you have any tutorial?

kai-dream commented 3 years ago

I'm not familiar with Sceneform. I found this page https://developers.google.com/sceneform/community, I recommend raising your question in Stack Overflow.

Wilfred-Yang commented 3 years ago

I see! Thank you so much for your replying!