What I want is to edit Arrangements, Labels' texts, Buttons' colours, etc., so I can redesign the app
I don't know if I have explained myself
[java] jul 30, 2017 11:33:42 PM com.google.appinventor.buildserver.Compiler generateClasses [java] GRAVE: Kawa compile has failed. [java] jul 30, 2017 11:33:42 PM com.google.appinventor.buildserver.Compiler generateClasses [java] INFORMACIÓN: Kawa compile time: 1.986 secondss [java] jul 30, 2017 11:33:42 PM com.google.appinventor.buildserver.Compiler generateClasses [java] INFORMACIÓN: Can't find class file: C:\Users\DIEGOB~1\AppData\Local\Temp\1501450419136_0.01837438148805426-0\youngandroidproject\..\build\classes/io\makeroid\companion\Screen1.classs
BUILD FAILEDD:\Makeroid\appinventor\build.xml:56: The following error occurred while executing this line:D:\Makeroid\appinventor\buildserver\build.xml:190: Java returned: 1
Total time: 10 seconds
I edited the UI (only changing Title, About, Button Color, Height and Width, Font and Font Size, also, I added FAB and some more layout which only show when the FAB Clicked
companion. -C /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/1541417335086_0.3680513102966282-0/youngandroidproject/../src/io/hybrostudio/companion/Screen1.yail /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/runtime890845151506699326.scm
[java] Nov 05, 2018 7:29:04 PM com.google.appinventor.buildserver.Compiler generateClasses
[java] SEVERE: Kawa compile has failed.
[java] Nov 05, 2018 7:29:04 PM com.google.appinventor.buildserver.Compiler generateClasses
[java] INFO: Kawa compile time: 2.979 seconds
[java] Nov 05, 2018 7:29:04 PM com.google.appinventor.buildserver.Compiler generateClasses
[java] INFO: Can't find class file: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/1541417335086_0.3680513102966282-0/youngandroidproject/../build/classes/io/hybrostudio/companion/Screen1.class
BUILD FAILED
/Users/apple/Desktop/appinventor-sources/appinventor/build.xml:56: The following error occurred while executing this line:
/Users/apple/Desktop/appinventor-sources/appinventor/buildserver/build.xml:207: Java returned: 1
Total time: 30 seconds
Thanks
In your .yail file, there is this line of Code : (define-form your.packagename.Screen1 Screen1). You have to Modify the Code like this :
(define-repl-form your.packagename.Screen1 Screen1). -repl has to be added manually.
Hope this helps Anyone in the Future.
Thanks