Giter VIP home page Giter VIP logo

Comments (7)

Redrield avatar Redrield commented on July 26, 2024

Getting this issue on Arch Linux

Environment:
OS: Arch Linux
Kernel: 4.16.8-1-ARCH
Android studio version: 3.1.2
JRE version: 1.8.0_152

from sceneform-android-sdk.

NicolasGiaco avatar NicolasGiaco commented on July 26, 2024

Getting this issue on Debian too

from sceneform-android-sdk.

arjo129 avatar arjo129 commented on July 26, 2024

I had the same issue on windows... In your gradle build if for some reason the generated code does the following:

sceneform.asset('sampledata/models/test.obj',
        'default',
        'sampledata/models/test.sfa',
        'src/main/assets/test')

Change the code to generate the .sfb inside the res folder.

sceneform.asset('sampledata/models/test.obj',
        'default',
        'sampledata/models/test.sfa',
        'src/main/res/raw/test')

It seemed to solve the problem for me

from sceneform-android-sdk.

NicolasGiaco avatar NicolasGiaco commented on July 26, 2024

@arjo129 I took a look but on my Debian, the code to generate the .sfb is the good one

sceneform.asset('sampledata/models/andy.obj',
        'default',
        'sampledata/models/andy.sfa',
        'src/main/res/raw/andy')

from sceneform-android-sdk.

Asutosh11 avatar Asutosh11 commented on July 26, 2024

People,
It's a compatibility problem on Linux that is causing builds to fail. The Sceneform team is working to fix it. I'm closing this issue since its the same as the one here but with a different title - #13 which the Sceneform team is looking into.

from sceneform-android-sdk.

mafster avatar mafster commented on July 26, 2024

I know this is closed..but has this been resolved? Im running Linux and still having this issue. Cant build the sfa or sfb.

from sceneform-android-sdk.

aurangzaibumer777 avatar aurangzaibumer777 commented on July 26, 2024

Hasn't been resolved

Android Studio 3.4.1
Build #AI-183.6156.11.34.5522156, built on May 2, 2019
JRE: 1.8.0_152-release-1343-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Sceneform plugin is latest

from sceneform-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.