简体   繁体   English

Android Studio:如何将.sfb文件从一个项目复制/粘贴到另一个项目?

[英]Android Studio : how to copy/paste a .sfb file from one project to another?

I have got a project (implementing Sceneform) that contain sfb files in the raw folder. 我有一个项目(实现Sceneform),在原始文件夹中包含sfb文件。

I want to copy/past these sfb files to another project. 我想将这些sfb文件复制/粘贴到另一个项目中。 But when I paste them, the content is no more readable even if the file is ok in the 3D preview window. 但是,当我粘贴它们时,即使在3D预览窗口中没有问题,内容也不再可读。

How to copy/paste a .sfb file from one project to another ? 如何将.sfb文件从一个项目复制/粘贴到另一个项目?

Ok, found the solution. 好的,找到解决方案。 You have to create a sampledata folder like explained here: https://developers.google.com/ar/develop/java/sceneform/import-assets 您必须按照以下说明创建一个sampledata文件夹: https : //developers.google.com/ar/develop/java/sceneform/import-assets

And copy/paste also all your sfa, fbx, bin, etc.. files here. 并在此处复制/粘贴您的所有sfa,fbx,bin等文件。

And then the text in the sfb file will become readable. 然后,sfb文件中的文本将变得可读。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用NetBeans UI设计器,如何从一个项目复制UI组件并将其粘贴到另一个项目中? - Using NetBeans UI designer, how can I copy UI components from one project and paste them into another? 如何将一个android studio项目组合到另一个android studio项目中 - How to combine one android studio project into another android studio project Android Studio:如何将变量从一个 java 文件保存到另一个文件 - Android Studio : How to keep variables from one java file to another 如何将文件从一台PC复制到另一台PC - How to copy file from one PC to another 使用Maven将jar文件从一个项目复制到另一个项目 - Copy jar file from one project to another using maven Android路径已更改:错误将文件从一个文件夹复制到另一个文件夹 - Android Path is changed: Error Copy file from one folder to another 一个 Android Studio 项目卸载另一个 - One Android Studio project uninstalls another 如何将输入数据从一个文件复制到另一个文件? 在 java - how to copy input data from one file to another one? in java 将数据库设置从一个项目复制到另一个项 - copy database setup from one project to another Java中如何将文件属性从一个文件复制到另一个文件? - How to copy file attributes from one file to another in Java?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM