android-3D-model-viewer icon indicating copy to clipboard operation
android-3D-model-viewer copied to clipboard

F-Droid build failed

Open linsui opened this issue 3 years ago • 5 comments

There is a binary file at app/src/main/assets/models/Avocado.bin. What is it? How is it generated? Thanks!

linsui avatar Oct 05 '22 08:10 linsui

Hi @linsui Avocado.bin contains the 3d model data. bin gltf glb are all file extensions related to open source gltf 3d format

andresoviedo avatar Oct 05 '22 13:10 andresoviedo

Then I'll add it to scanignore. Thanks!

linsui avatar Oct 05 '22 13:10 linsui

thank you @linsui for your information the Avocado files were copied from the khronos public github (public license) https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Avocado/glTF

regards

andresoviedo avatar Oct 05 '22 14:10 andresoviedo

The build failed with another error. See https://gitlab.com/linsui/fdroiddata/-/jobs/3130816693. Could you please take a look? Thanks!

linsui avatar Oct 06 '22 05:10 linsui

Hello @linsui In the stacktrace I see 1 error about dex 64k limit I had the same issue locally and I put multiDexEnabled in the app so it should work for you as well However, I think I missed something https://developer.android.com/studio/build/multidex

Let me check that and come back to you

andresoviedo avatar Oct 06 '22 06:10 andresoviedo