This message was deleted.
# community-support
s
This message was deleted.
v
You are probably doing invalid things within
android { ... }
in
/home/ambition/Project/SuperCryptoKart/android/build.gradle
. Unfortunately the error message is not too helpful and you need to comment out all content and comment in line by line to find where the error is or similar tactics. One of the reasons I exclusively use Kotlin DSL and not Groovy DSL, you instantly get type-safe build scripts, compile-time type checking, better error messages, and much better IDE support.
g
Check if your ide inserted autoimports at the top. If it did -- remove them and switch off autoimport.