https://kotlinlang.org logo
#android
Title
# android
j

jurajsolarml

11/26/2018, 3:27 PM
Hello,please,I am a beginner.How do I fix it?,Kotlin,AS 3.2.1. Thank you https://hastebin.com/wolapozoli.cpp https://hastebin.com/zebujipequ.sql
stackoverflow 1
e

egorand

11/26/2018, 3:54 PM
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.jurajsolarml.simpleapp.dev/com.example.jurajsolarml.simpleapp.model.User}; have you declared this activity in your AndroidManifest.xml?
j

jurajsolarml

11/26/2018, 4:03 PM
Yes, but I know how to fix it?
e

egorand

11/26/2018, 4:03 PM
add your activity to the AndroidManifest.xml
j

jurajsolarml

11/26/2018, 4:04 PM
My package in AndroidManifest: package="com.example.jurajsolarml.simpleapp">
do I overwrite the package?
e

egorand

11/26/2018, 4:05 PM
I strongly recommend that you read this in full: https://developer.android.com/guide/topics/manifest/manifest-intro
these are the absolute basics that you have to know if you’re writing for Android
j

jurajsolarml

11/26/2018, 4:09 PM
ok, look at it Thank you
e

egorand

11/26/2018, 4:09 PM
👍