You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Android project from the 4D mobile project editor
What did you expect to happen?
The Android simulator should have launched, and the application should have opened.
What happened instead?
Received this error message during the build phase :
Failed to generate files Exception in thread "main" kotlin.UninitializedPropertyAccessException: lateinit property deepLink has not been initialized at kscript.scriplet.ProjectEditor.getDeepLink(Main.kt:2360) at kscript.scriplet.MustacheHelper.<init>(Main.kt:754) at kscript.scriplet.GenerateCommand.start(Main.kt:8647) at kscript.scriplet.GenerateCommand.run(Main.kt:8602) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:204) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:213) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:17) at com.github.ajalt.clikt.core.CliktCommand.parse(CliktCommand.kt:396) at com.github.ajalt.clikt.core.CliktCommand.parse$default(CliktCommand.kt:393) at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:411) at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:436) at kscript.scriplet.MainKt.main(Main.kt:8768)
finalement j'ai trouvé une piste, comme quoi si vous prenez le composant source avec la v20 ou la main avec le composant compilé peut être on active pas les features
What did you do?
What did you expect to happen?
What happened instead?
Failed to generate files Exception in thread "main" kotlin.UninitializedPropertyAccessException: lateinit property deepLink has not been initialized at kscript.scriplet.ProjectEditor.getDeepLink(Main.kt:2360) at kscript.scriplet.MustacheHelper.<init>(Main.kt:754) at kscript.scriplet.GenerateCommand.start(Main.kt:8647) at kscript.scriplet.GenerateCommand.run(Main.kt:8602) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:204) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:213) at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:17) at com.github.ajalt.clikt.core.CliktCommand.parse(CliktCommand.kt:396) at com.github.ajalt.clikt.core.CliktCommand.parse$default(CliktCommand.kt:393) at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:411) at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:436) at kscript.scriplet.MainKt.main(Main.kt:8768)
Environment
The text was updated successfully, but these errors were encountered: