Replies: 4 comments
-
This is my AndroidManifest file
And this is the layout
|
Beta Was this translation helpful? Give feedback.
-
This is my MainActivityAR file package com.example.guitartuner; import android.net.Uri; import androidx.annotation.NonNull; import com.google.ar.core.Anchor; import java.lang.ref.WeakReference; import android.net.Uri; public class MainActivityAr extends AppCompatActivity implements
} |
Beta Was this translation helpful? Give feedback.
-
This is my Build Gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. task clean(type: Delete) { and this is my Build Gradle App plugins { android {
} dependencies {
} |
Beta Was this translation helpful? Give feedback.
-
Anyone can help? |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, I'm a student working on a guitar tuner project implementing an AR guitar 3d model. So I copy the code from the AR model viewer java to my code but when I try to open the ar activity, the app just stopped working. Can anyone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions