Great to know, i'll use it today to clean my project. Thanks :)
Printable View
I really feel like we need a option to create a blank child event, it's specially useful when you are converting a non-plus project to use child events...
I always have to create a child event with whatever condition (usualy vsync one) then delete it and replace with conditions of the event I'm converting...
It can take a lot more time doing it like this
Select any event by the number, hold ctrl+alt and press up or down, it will create a huge blank space on top of the eventsheet
Agreed. Though it's easy enough to get a good working solution with a macro. I have a button on my Stream Deck for it, but you could use autohotkey or any other macro program to do the same thing:
https://s9.gifyu.com/images/cPTBJEaq6e.gif
As you can see in the gif, I can create an empty new child event very fast. Even if Clickteam added an option for it in the menu, this would probably still be faster. This is the process I use:
1. Right click on the event number that you want to be the parent (you must manually do this yourself)
2. Hit your hotkey to activate the macro, which should simulate the following keypresses:
down
down
down
enter
enter
down
enter
down
enter
delete
This will create a new child event with the "always" condition, then immediately delete it. It works great in the Event List Editor; I'm not sure if the exact same keypress sequence would work in the Event Editor, as I don't use it.
Talking about getting a option to add a blank child event, would also be nice to have the options on the Insert menu up above, and of course these too: "Add new child event" and "Insert new parent event".
Also feel like "Edit the actions" should be on Edit menu as well...
I'm talking about these cause if these are added there we can assign a shortcut, would make it a lot quicker to do it without using the mouse.
Hi! I'm having the same issue. I can't build signed .aab apps, I don't know why. It tells me this:
Starting a Gradle Daemon (subsequent builds will be faster)
WARNING:: Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.
See http://developer.android.com/r/tools...end-of-service for more information.
Currently detected usages in: root project 'AndEC9B.tmp', project ':app'
Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
Warning: Mapping new ns http://schemas.android.com/repositor...oid/generic/02 to old ns http://schemas.android.com/repositor...oid/generic/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
Warning: Mapping new ns http://schemas.android.com/sdk/andro...repository2/02 to old ns http://schemas.android.com/sdk/andro...repository2/01
Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
> Task :app:preBuild UP-TO-DATE
> Task :app:preReleaseBuild UP-TO-DATE
> Task :app:writeReleaseApplicationId
> Task :app:analyticsRecordingRelease
> Task :app:compileReleaseRenderscript NO-SOURCE
> Task :app:generateReleaseResValues
> Task :app:generateReleaseResources
> Task :app:createReleaseCompatibleScreenManifests
> Task :app:extractDeepLinksRelease
> Task :app:processReleaseMainManifest
> Task :app:processReleaseManifest
> Task :app:processApplicationManifestReleaseForBundle
> Task :app:mergeReleaseResources
> Task :app:checkReleaseDuplicateClasses
> Task :app:compileReleaseAidl NO-SOURCE
> Task :app:generateReleaseBuildConfig
> Task :app:javaPreCompileRelease
> Task :app:checkReleaseAarMetadata
> Task :app:mergeReleaseShaders
> Task :app:compileReleaseShaders NO-SOURCE
> Task :app:generateReleaseAssets UP-TO-DATE
> Task :app:mergeReleaseAssets
> Task :app:processReleaseJavaRes NO-SOURCE
> Task :app:processReleaseManifestForPackage
> Task :app:desugarReleaseFileDependencies
> Task :app:mergeReleaseJavaResource
> Task :app:bundleReleaseResources
> Task :app:processReleaseResources
> Task :app:mergeExtDexRelease
> Task :app:compileReleaseJavaWithJavac
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.
> Task :app:dexBuilderRelease
> Task :app:mergeReleaseJniLibFolders
> Task :app:collectReleaseDependencies
> Task :app:configureReleaseDependencies
> Task :app:parseReleaseIntegrityConfig
> Task :app:writeReleaseAppMetadata
> Task :app:validateSigningRelease
> Task :app:mergeReleaseNativeLibs
> Task :app:stripReleaseDebugSymbols
Unable to strip the following libraries, packaging them as they are: libES1Renderer.so, libES2Renderer.so, libES3Renderer.so, libRuntimeNative.so, libgdx.so.
> Task :app:extractReleaseNativeSymbolTables
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\arm64-v8a\libES1Renderer.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\arm64-v8a\libES2Renderer.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\arm64-v8a\libES3Renderer.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\arm64-v8a\libgdx.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\arm64-v8a\libRuntimeNative.so because unable to locate the objcopy executable for the arm64-v8a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\armeabi-v7a\libES1Renderer.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\armeabi-v7a\libES2Renderer.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\armeabi-v7a\libES3Renderer.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\armeabi-v7a\libgdx.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\armeabi-v7a\libRuntimeNative.so because unable to locate the objcopy executable for the armeabi-v7a ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86\libES1Renderer.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86\libES2Renderer.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86\libES3Renderer.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86\libgdx.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86\libRuntimeNative.so because unable to locate the objcopy executable for the x86 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86_64\libES1Renderer.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86_64\libES2Renderer.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86_64\libES3Renderer.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86_64\libgdx.so because unable to locate the objcopy executable for the x86_64 ABI.
Unable to extract native debug metadata from C:\Users\Manuel\AppData\Local\Temp\AndEC9B.tmp\app \build\intermediates\merged_native_libs\release\ou t\lib\x86_64\libRuntimeNative.so because unable to locate the objcopy executable for the x86_64 ABI.
> Task :app:mergeDexRelease
> Task :app:buildReleasePreBundle
> Task :app:packageReleaseBundle
> Task :app:signReleaseBundle FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:signReleaseBundle'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.FinalizeBu ndleTask$BundleToolRunnable
> Java heap space
* 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 https://help.gradle.org
BUILD FAILED in 3m 15s
36 actionable tasks: 36 executed
If I don't build the app on release mode, then it builds it with no problem.
I tried changing the org.gradle.jvmargs=-Xmx1536m, but it didn't work either, it gave the error "could not reserve enough space for object heap clickteam". Does anybody knows how to solve this?
your error is : > Java heap space
as you mention here follow the recommendation given to Pradeep increase your virtual memory inside runtimeandroid.zip in teh file gradle.properties
uncomment this line by removing teh # char near the bottom
#org.gradle.jvmargs=-Xmx1536m
set this to 1536,1916, 2048,4096 see what value fit your configuration, this is an issue with gradle deamon that doesn't set the right memory amount in all windows system
There's a bug in Window Control object where if you set frame width/height to a different aspect ratio with Adjust frame size ON it will just stretch the original image, while setting it to the same aspect ratio or even setting it to the monitor's resolution (even if it isn't the same aspect ratio) will work normally...
I think somehow the Keep screen ratio is affecting it even when disabled.