seokil kang
seokil kang
That issue happens to me also.
In my case, changing build tool version to 30.0.3 makes fix it android_sdk_repository( name = "androidsdk", api_level = 33, build_tools_version = "30.0.3", ) Android build tool 30.0.3 is include dx.jar
I faced that issue but resolved with > I think this may be happening with bzlmod projects when the $ANDROID_HOME environment variable is not set above gottagofaster236's comment. export ANDROID_HOME={YOUR_HOME_DIR}/Android/Sdk