Diego
(Diego Barreiro Pérez)
August 31, 2020, 5:16pm
#17
soon
adverb
UK /suːn/
- US /suːn/
in or within a short time ; before long ; quickly :
We’ll do it very early. We are waiting to fix another couple of errors.
15 Likes
Diego:
soon
i hope . i have some bugs in my app i need to fix and push to the play store .
users are complaining . need to be able to compile .
1 Like
same thing this morning . no fix .
Kodular is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating fragment xml
________Creating listview xml in res/layout/…
________Creating listview xml in res/layout-v21/…
________Creating xml in res/drawable/…
________Creating splash png in res/drawable/…
________Creating colors xml
________Creating styles xml
________Creating drawables xml v21
________Checking for firebase
________Creating provider_path xml
________Creating network_security_config xml
________Generating adaptive icon file
________Generating round adaptive icon file
________Generating adaptive icon background file
________Generating manifest file
________Attaching native libraries
________Attaching Android Archive (AAR) libraries
________Attaching component assets
________Invoking AAPT
AAPT time: 0.731 seconds
________Compiling source files
(compiling io/kodular/sales/tempest_free/settings.yail to io.kodular.sales.tempest_free.settings)
(compiling io/kodular/sales/tempest_free/mainapp.yail to io.kodular.sales.tempest_free.mainapp)
ERROR: io/kodular/sales/tempest_free/mainapp.yail line 75: caught exception in inliner for # - java.lang.RuntimeException: no such class: com.atomdeveloper.BackgroundTasks.BackgroundTasks
gnu.bytecode.ObjectType.getReflectClass(ObjectType.java:179)
gnu.bytecode.ClassType.getModifiers(ClassType.java:103)
gnu.bytecode.ClassType.isInterface(ClassType.java:471)
gnu.expr.InlineCalls.checkType(InlineCalls.java:56)
gnu.expr.InlineCalls.visit(InlineCalls.java:49)
gnu.expr.InlineCalls.visitSetExpValue(InlineCalls.java:363)
gnu.expr.InlineCalls.visitSetExpValue(InlineCalls.java:28)
gnu.expr.ExpVisitor.visitSetExp(ExpVisitor.java:114)
gnu.expr.InlineCalls.visitSetExp(InlineCalls.java:369)
gnu.expr.InlineCalls.visitSetExp(InlineCalls.java:28)
gnu.expr.SetExp.visit(SetExp.java:406)
gnu.expr.ExpVisitor.visit(ExpVisitor.java:55)
gnu.expr.InlineCalls.visit(InlineCalls.java:46)
gnu.expr.InlineCalls.visitBeginExp(InlineCalls.java:272)
gnu.expr.InlineCalls.visitBeginExp(InlineCalls.java:28)
gnu.expr.BeginExp.visit(BeginExp.java:156)
gnu.expr.ExpVisitor.visit(ExpVisitor.java:51)
gnu.expr.InlineCalls.visit(InlineCalls.java:46)
gnu.expr.InlineCalls.visit(InlineCalls.java:28)
gnu.expr.ExpVisitor.visitAndUpdate(ExpVisitor.java:161)
gnu.expr.ExpVisitor.visitExps(ExpVisitor.java:175)
gnu.expr.ApplyExp.visitArgs(ApplyExp.java:415)
gnu.kawa.functions.CompileMisc.validateApplyAppendValues(CompileMisc.java:139)
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
gnu.expr.InlineCalls.maybeInline(InlineCalls.java:467)
gnu.expr.QuoteExp.validateApply(QuoteExp.java:150)
gnu.expr.InlineCalls.visitApplyExp(InlineCalls.java:119)
gnu.expr.InlineCalls.visitApplyExp(InlineCalls.java:28)
gnu.expr.ApplyExp.visit(ApplyExp.java:410)
gnu.expr.ExpVisitor.visit(ExpVisitor.java:55)
gnu.expr.InlineCalls.visit(InlineCalls.java:46)
gnu.expr.InlineCalls.visit(InlineCalls.java:28)
gnu.expr.LambdaExp.visitChildrenOnly(LambdaExp.java:1664)
gnu.expr.LambdaExp.visitChildren(LambdaExp.java:1651)
gnu.expr.InlineCalls.visitScopeExp(InlineCalls.java:279)
gnu.expr.InlineCalls.visitLambdaExp(InlineCalls.java:349)
gnu.expr.InlineCalls.visitLambdaExp(InlineCalls.java:28)
gnu.expr.ExpVisitor.visitModuleExp(ExpVisitor.java:103)
gnu.expr.ModuleExp.visit(ModuleExp.java:482)
gnu.expr.ExpVisitor.visit(ExpVisitor.java:51)
gnu.expr.InlineCalls.visit(InlineCalls.java:46)
gnu.expr.InlineCalls.inlineCalls(InlineCalls.java:33)
gnu.expr.Compilation.walkModule(Compilation.java:994)
gnu.expr.Compilation.process(Compilation.java:1965)
gnu.expr.ModuleInfo.loadByStages(ModuleInfo.java:330)
gnu.expr.ModuleInfo.loadByStages(ModuleInfo.java:315)
gnu.expr.ModuleInfo.loadByStages(ModuleInfo.java:315)
gnu.expr.ModuleInfo.loadByStages(ModuleInfo.java:315)
kawa.repl.compileFiles(repl.java:783)
kawa.repl.processArgs(repl.java:412)
kawa.repl.main(repl.java:827)
Kawa compile time: 1.073 seconds
.
DevYB
(Ayoub Mounchid)
September 1, 2020, 10:38am
#20
No updates have been released.
Please be patient.
1 Like
Peter
(Moderator)
September 1, 2020, 10:52am
#22
Even when using AI or any software such things can happen. The only thing you can do is wait. Developers of Kodular are always really fast in responding to bugs, but like other humans they have to sleep and sometimes study.
10 Likes
Diego
(Diego Barreiro Pérez)
September 1, 2020, 3:48pm
#23
We expect to make the update by Thursday.
5 Likes
This post was flagged by the community and is temporarily hidden.
Rose_Mary
(Rose Mary)
September 2, 2020, 9:28am
#25
This post was flagged by the community and is temporarily hidden.
are you talking about Video Utils extension from sunny gupta
1.Introduction
VideoUtil gives you some basic information about video including video’s thumbnail.
You can get info from both the url and local file as well.
Latest Version: 1
Released: 2020-07-26T18:30:00Z (UTC)
Last Updated: 2020-07-26T18:30:00Z (UTC)
Permission(s): android.permission.WRITE_EXTERNAL_STORAGE
2.Blocks
[image]
3.Documentation
Got Thumbnail
Event raised after getting thumbnail asynchronously and returns thumbnail’s (absolute) path .
[image]
path ~ text
Custom Met…
1 Like
my project not compile please solve this bug
sskbose89
(Game_Hub)
September 4, 2020, 8:20am
#30
My project also not compile please solve the problem as soon as possible
Diego
(Diego Barreiro Pérez)
September 4, 2020, 10:00am
#32
Hold on, for some reason the error is still happening, but when we tried locally it did not happen
1 Like
For me,now i have tried compiling app with my extension after update and it works perfectly(Just tried now).
3 Likes
for me compile works great now . just every now and then error happens again and i just click export apk again and it works… thanks for the hard work .
2 Likes
Diego
(Diego Barreiro Pérez)
September 4, 2020, 11:54am
#35
Really? I’m not able to build it
2 Likes
It is now working for most of the people but maybe not for everyone.
Got one report of app not compiling(Same error)
For me its not compiling.
Companion shows white screen for 2-3 min after start.
Companion updated today.
themaayur
(Mayur Berad)
September 4, 2020, 12:24pm
#38
I build it successfully, more that 3 times.
themaayur
(Mayur Berad)
September 4, 2020, 12:25pm
#40
@Diego the extension causing error in @Rose_Mary Screenshot is different, not of atom Devloper.