Status Update
Comments
jv...@google.com <jv...@google.com> #2
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide at
sh...@gmail.com <sh...@gmail.com> #3
supports Kotlin and Java and secondly and the build gradle has these
recurring issues whenever I connect it to Firebase. Sometimes it does not
show any error but whenever I use the app. It says that the app is not
working.
On Tue, Apr 18, 2023 at 2:45 PM <buganizer-system@google.com> wrote:
ar...@google.com <ar...@google.com>
ad...@google.com <ad...@google.com> #4
Hello, and thanks for filing this issue! It sounds like there may actually be two issues presented here:
- The Empty Activity project template no longer supports Java.
- An app that attempts to connect to Firebase doesn't launch.
For #1, I believe this was an intentional change. Empty Activity is essentially what "Empty Compose Activity" used to be, and Compose cannot be used with Java.
For #2, could you please provide more details on what's going wrong with your app? For example, the next time it says it isn't working, can you go to Help → Show Log in Explorer and attach your idea.log
to this bug? It may be helpful to have the other details requested in
sh...@gmail.com <sh...@gmail.com> #5
no option to change it?
On Fri, Apr 21, 2023, 2:55 AM <buganizer-system@google.com> wrote:
ad...@google.com <ad...@google.com> #6
But why does the empty activity has kotlin as default language and there is no option to change it?
The Empty Activity template uses Compose, and Compose is not compatible with Java. I believe this was done to simplify the project templates that we're exposing to users and to steer new developers toward our recommended development practices (i.e. Kotlin + Compose).
Description