I'm using android studio 4.0.1 with sceneform 1.15.0, after clicking on import sceneform asset and clicking on the finish in the window on the .obj file nothing happens, the viewer shows no 3d model, and build does not run. I have tried all the fixes on stack overflow and developer.android all the header files on the app and project Gradle but of no use. Google Sceneform Tools plugin has been installed.
Build not running after Import Sceneform asset and model not displayed in Viewer
423 Views Asked by Obaidullah Khan At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in ANDROID-STUDIO
- how do i submit a pastebin or pastee from an android app and get the url back
- Getresource id Error
- Call special fragment in Navigation Drawer Activity from separate Activity
- Debug native code in Android Studio
- How to introduce in this AlertDialog a onBackButtonPressed method?
- Android Studio : All of a sudden cannot resolve symbol 'ActionBarActivity'
- Error connecting to Google Play Games
- Android Studio - Illegal character 8204 error
- Android Studio unable to run the project
- How do I know what is available in minSdkVersion in Android Studio?
- Android Studio update (version 1.2.1.1) - Cannot resolve symbol 'TintCheckBox'
- How to accept cookies when using a webservice - Android?
- How can I always show Android Studios Preview?
- Android Studio cannot recognize "setAdapter()" method
- Error inflating class Android support design
Related Questions in AUGMENTED-REALITY
- Opengl Augmented Reality in Android from solvepnp
- Android - AR orientation
- how to bluid unity project correctly into android device
- instantiate prefab with virtual Button
- Android AR orientation
- Unity WebPlayer "Failed to initialize player's 3D settings"?
- Finding camera position without calibration
- How to combine Cardboard VR + Vuforia AR plugin on Unity?
- Vuforia augment reality windows
- Wikitude does not work. Poi do not change the position on phone position change
- How to achieve the user defined target in Rajawali-Vufoira android?
- How to do auto-rotation for video playback for an AR app in Unity and Vuforia written in C#?
- Navigation Supported Augmented Reality SDK in iOS
- Creating LSD-SLAM static library for iOS
- Implementing Vuforia Extended Tracking Without a Marker Source
Related Questions in SCENEFORM
- OBJ File for ARCore Application Development
- Build not running after Import Sceneform asset and model not displayed in Viewer
- How to store Google ARCore anchor's position?
- Use the face filters such as "Wolf face" with sceneform without ARcore
- How to freeze Ar Camera in middle of a session
- When I updated Android Studio to version 4.1 Google Sceneform Plugin stopped working
- Android ARCore - how to render a UI element without ArSceneView
- unable to load Renderable registryId, No RCB file at uri
- How to use sceneform.asset() in Android Studio with build.gradle.kts?
- Augmented image anchor position changed frequently
- SceneForm sceneview always black in fragment
- How can I create a transparent panel for shadows in sceneform?
- Google ArCore Sceenform - ModelRenderable with glTF or GLB at runtime load causes app crash
- Android AR Sceneform. Moving 3D model along with Camera moving. 3D model should be align to the bottom
- Is Sceneform 1.17.1 open source?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I was having the same problem, the best solution for me was to use GLB/GLTF files.(i use this importer https://www.npmjs.com/package/obj2gltf and the result was great)
Here are some options: Try using Android Studio 3.5. If the Sceneform Tools plugin doesn't work either, set the 3d model in the build.gradle like this
If this doesn't work, use this tool: https://github.com/gdamoreira/google-ar-asset-converter