Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
hello, I need to use 1.15.2 aar for integration, I cannot use the latest SDK for integration. Can you please help analyze the specific reasons? Thanks.
-
/** private void initFunMode(){ ExecutorService executorService = Executors.newSingleThreadExecutor(); executorService.execute(new Runnable() { @Override public void run() { Plugin.Loader loader = Plugin.Loader.from(getApplicationContext(),"com.snap.camerakit.plugin.v1"); Plugin.Loader.Result result = loader.load(); if…