Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
To get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
I have a pdf file that I would like to be in a scoped storage folder.
I put it in binary data, so it is in app data storage. I made a folder called "FAQ" in scoped storage. Performing a copy operation does not copy the pdf to the scoped storage.
If the file present is present in binary data you first need to read from here and copy to some place, you need a special extension, let me review and see if can b posted today in ClickStore.
just met the same issue as you and made an extension (but a part of another,not a separated one) CRunApp class has a getEmbeddedFile function, which returns a CEmbeddedFile object, if this object is not null, you can open a inputstream from it, then it's quite easy to programming, e.g., create a file then open it's outputstream, use a buffer to read and write data.
Extensions are done both asset packer and binary extract, need to push changes for release beta after review by Yves and then i will put on clickstore the two new objects
The extensions can't be on sale until new runtime is post. if you are interest, i will try to put them on sale tomorrow, and also give you new beta for these extensions.
I am wondering if the extensions are available now and if you can link me to them? I am ready to integrate into my app now.
I implemented this feature as a part of another extension (a game platform SDK like steam, but only for android, and it requires a game brand logo for cloud save, so I need to extract and upload binary files.), if you really need it for now maybe you can use it as a temporary workaround and wait for CT’s official ext. Please PM me if you need as it’s not finished yet.
> Task :app:stripDebugDebugSymbols Unable to strip the following libraries, packaging them as they are: libES1Renderer.so, libES2Renderer.so, libES3Renderer.so, libRuntimeNative.so, libgdx.so.
> Task :app:compileDebugJavaWithJavac C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:8: error: package org.jetbrains.annotations does not exist import org.jetbrains.annotations.NotNull; ^ C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:10: error: package _DeLib does not exist import static _DeLib.FusionUtilities.*; ^ C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:45: error: cannot find symbol public boolean createRunObject(@NotNull final CBinaryFile file, final CCreateObjectInfo cob, final int version) { ^ symbol: class NotNull location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:73: error: cannot find symbol return IsEmbed(ho, cnd.getParamExpString(rh, 0)); ^ symbol: method IsEmbed(CExtension,String) location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:91: error: cannot find symbol ExtractEmbedFile(ho, act.getParamExpString(rh, 0), BinaryFileExtractDir, BinaryFileExtractName); ^ symbol: method ExtractEmbedFile(CExtension,String,String,String) location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:106: error: cannot find symbol if (IsEmbed(ho, SrcPath)) { ^ symbol: method IsEmbed(CExtension,String) location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:107: error: cannot find symbol GetExtractPath(ho, SrcPath, BinaryFileExtractDir, BinaryFileExtractName); ^ symbol: method GetExtractPath(CExtension,String,String,String) location: class CRunAndroidUtilities Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors
> Task :app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details.
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at Please login to see this link.
BUILD FAILED in 41s 25 actionable tasks: 25 executed
> Task :app:stripDebugDebugSymbols Unable to strip the following libraries, packaging them as they are: libES1Renderer.so, libES2Renderer.so, libES3Renderer.so, libRuntimeNative.so, libgdx.so.
> Task :app:compileDebugJavaWithJavac C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:8: error: package org.jetbrains.annotations does not exist import org.jetbrains.annotations.NotNull; ^ C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:10: error: package _DeLib does not exist import static _DeLib.FusionUtilities.*; ^ C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:45: error: cannot find symbol public boolean createRunObject(@NotNull final CBinaryFile file, final CCreateObjectInfo cob, final int version) { ^ symbol: class NotNull location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:73: error: cannot find symbol return IsEmbed(ho, cnd.getParamExpString(rh, 0)); ^ symbol: method IsEmbed(CExtension,String) location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:91: error: cannot find symbol ExtractEmbedFile(ho, act.getParamExpString(rh, 0), BinaryFileExtractDir, BinaryFileExtractName); ^ symbol: method ExtractEmbedFile(CExtension,String,String,String) location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:106: error: cannot find symbol if (IsEmbed(ho, SrcPath)) { ^ symbol: method IsEmbed(CExtension,String) location: class CRunAndroidUtilities C:\Users\pradeep\AppData\Local\Temp\And5EE0.tmp\app\src\main\java\Extensions\CRunAndroidUtilities.java:107: error: cannot find symbol GetExtractPath(ho, SrcPath, BinaryFileExtractDir, BinaryFileExtractName); ^ symbol: method GetExtractPath(CExtension,String,String,String) location: class CRunAndroidUtilities Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 7 errors
> Task :app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':app:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details.
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at Please login to see this link.
BUILD FAILED in 41s 25 actionable tasks: 25 executed
Display More
Ah, me stupid, forgot to add shared libs to extension build. Sorry for that.
The extensions can't be on sale until new runtime is post. if you are interest, i will try to put them on sale tomorrow, and also give you new beta for these extensions.