Код: Выделить всё
package com.personal.distribute.service
import android.app.Service
import android.content.Intent
import android.os.IBinder
class MyService : Service() {
override fun onBind(intent: Intent): IBinder {
return null
}
}
e: F:\FastAppStory\android\quickappsdk\src\main \java\com\psersonal\distribute\service\MyService.kt: (7, 1): Класс «MyService» не является абстрактным и не реализует член абстрактного базового класса public Abstract fun getBasePackageName(): String! определено в android.app.Service
Я не обнаружил соответствующей возможной проблемы.
Подробнее здесь: https://stackoverflow.com/questions/689 ... ut-service
Мобильная версия