Community Tip - You can change your system assigned username to something more personal in your community settings. X
HI,
I have developed an vuforia project with a 3D model and animation but when it comes to deployment it required vuforia view all the time, but I would like to make this as a sperate Android applciation. could you please someone explain me how to import all vuforia finished stuff into android studio to build an APK.
Solved! Go to Solution.
Hello @krthk86g ,
I do not that this is a supported option by PTC and therefore there is no official documentation how to do this.
The problem is that /all widgets and javaScript code/ what you create see in Vuforia Studio in Chrome browser – it is actually only development environment what will raw simulate the behavior on the device. So far I know it is based on several integrated technologies based on Cordova , javaScript and angular JS and on ThreeJs based Thingwork view containing also some Vuforia SDK implementation (it covers many device platforms on IOS, HoloLens and Android). So , the project what you create and later you want to call on the end device – it will not work standalone but it requires an additional App on the end device which is called Vuforia View. Your Project could be called of the PTC component Vuforia application – Vuforia view. Therefore, I think it will be very difficult to load every these feature on the Android studio. Also, I think, I need to point , that when you want to create a standalone application in Android studio - in this case your Android Studio Project should contains the at least particularly the logic of the implementation of Vuforia View. This is a proprietary app of PTC and I do not believe that the code / implementation of Vuforia View app/ will be revealed outside PTC for further customization.
Hello @krthk86g ,
I do not that this is a supported option by PTC and therefore there is no official documentation how to do this.
The problem is that /all widgets and javaScript code/ what you create see in Vuforia Studio in Chrome browser – it is actually only development environment what will raw simulate the behavior on the device. So far I know it is based on several integrated technologies based on Cordova , javaScript and angular JS and on ThreeJs based Thingwork view containing also some Vuforia SDK implementation (it covers many device platforms on IOS, HoloLens and Android). So , the project what you create and later you want to call on the end device – it will not work standalone but it requires an additional App on the end device which is called Vuforia View. Your Project could be called of the PTC component Vuforia application – Vuforia view. Therefore, I think it will be very difficult to load every these feature on the Android studio. Also, I think, I need to point , that when you want to create a standalone application in Android studio - in this case your Android Studio Project should contains the at least particularly the logic of the implementation of Vuforia View. This is a proprietary app of PTC and I do not believe that the code / implementation of Vuforia View app/ will be revealed outside PTC for further customization.