hay, mates! i just wanted to ask this: i've starte...
# android
j
hay, mates! i just wanted to ask this: i've started learning kotlin for the first time and this thing is not working. šŸ˜” it was successfully working on my windows laptop, but it doesn't work on my macbook. my test app has a button and image view. when you click the button, then you'll see the gallery to pick your image file. after picking, the picked image will be shown on the image view. i have the same code that i wrote on my windows laptop and also, android studio says the build is successful without any error so i checked it on the emulator and it's not getting launched. 😢
a
Have you tried running a default project from Android Studio in your Mac?, looks more a configuration issue rather than a Kotlin issue
j
good morning, @Alejandro Rios , you mean i need to bring the original project file from my windows laptop?!
a
no, I mean creating a new project in Android Studio and run it without changes, to see if the emulator runs the app
j
yo! i just check this, and it works without any problem. 🄹 cannot figure any wrongness…
a
then you should look in the
logCat
to see if there's any error mentioned
j
maybe yes. i just found ā€œlogCatā€ on the bottom of the screen. thank you for the help, @Alejandro Rios !