Cant compile APK even for empty project

I cant compile my apk file after new version
@system
@Ajdeveloper

Android Builder is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating style xml
________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: 1.813 seconds
________Compiling source files
(compiling com/example/login_system_with_firebase/Screen1.yail to com.example.login_system_with_firebase.Screen1)
(compiling /tmp/runtime6906924706028428821.scm to com.google.youngandroid.runtime)
Kawa compile time: 0.866 seconds
________Invoking DX
YAIL compiler - D8 execution failed.
.
Android Builder is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating style xml
________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: 1.191 seconds
________Compiling source files
(compiling com/androidbuilder/market/Screen1.yail to com.androidbuilder.market.Screen1)
(compiling /tmp/runtime6906924706028428821.scm to com.google.youngandroid.runtime)
Kawa compile time: 1.813 seconds
________Invoking DX
YAIL compiler - D8 execution failed.
.

Bro wait for evening update. This issue from builder storage db, not in our project.

1 Like

ok but I got this when i tried to compile my app
Screenshot 2023-04-29 102052

I can’t take screenshot bcz after error showing it suddenly disappeared.but my error is different.

I hope they fix these errors soon cause my work is really stoped

I am facing same problem.

after last updated too

Android Builder is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating style xml
________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: 1.642 seconds
________Compiling source files
(compiling com/androidbuilder/market/Screen1.yail to com.androidbuilder.market.Screen1)
(compiling /tmp/runtime3311022684821085602.scm to com.google.youngandroid.runtime)
Kawa compile time: 2.139 seconds
________Invoking DX
YAIL compiler - D8 execution failed.
.

@system
@Ajdeveloper
and this is another error form

Android Builder is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating style xml
________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
YAIL compiler - AAPT execution failed.

ok now problem solved what I did :

  • I removed FBCore component from designer area it seams it has library problem.
  • I Changed Package name to be empty (but this no necessary worked with some projects )
    (Mr_koder)

so Congratulations! for your updated , and new components is very cool so keep on good work :ok_hand:

You should upload .json file to assets folder

I already did that before doing the step of deleting FB core component