Skip to content Skip to sidebar Skip to footer

Cannot Solve This Error? Kotlin (qr Reader)

I code this to build QR reader. class scannerActivity : AppCompatActivity() { private var qrEader: QREader ?= null override fun onCreate(savedInstanceState: Bundle?) {

Solution 1:

Try to remove this line android:background="@drawable/back" from the layout activity_conductor and see if it will work well..


Post a Comment for "Cannot Solve This Error? Kotlin (qr Reader)"