Issue with connecting from Android Studio
Hi, i am trying to connect to my database. I have read the guide in the supabase website and i did all the steps listed there. But when i try to initialize the Supabase client the app doesn't run. The first line of the error is the following:
"org.jetbrains.kotlin.util.FileAnalysisException: While analysing C:/Users/user/AndroidStudioProjects/MyApplication/app/src/main/java/com/example/myapplication/MainActivity.kt:26:5: java.lang.IllegalArgumentException: source must not be null".
The whole output is quite long for posting it. I will be very grateful if you can give some advice!
"org.jetbrains.kotlin.util.FileAnalysisException: While analysing C:/Users/user/AndroidStudioProjects/MyApplication/app/src/main/java/com/example/myapplication/MainActivity.kt:26:5: java.lang.IllegalArgumentException: source must not be null".
The whole output is quite long for posting it. I will be very grateful if you can give some advice!