Android - Unsupported Service: audio

后端 未结 5 1202
挽巷
挽巷 2021-01-04 05:42

I am trying to understand and resolve and error I am seeing in the Eclipse workspace log while working on an Android app that implements an IME. I am new to Android and Ecli

5条回答
  •  一生所求
    2021-01-04 06:38

    I've had this issue in the past, now I updated to Android Studio 3.0.1 and I cannot reproduce any more (may have been fixed a long time ago, I didn't open this project for a while).

    Two configurations I tried with AS3:

    minSdkVersion 10, compileSdkVersion 26, support library 25.4.0
    minSdkVersion 14, compileSdkVersion 26, support library 27.0.2
    

    There was probably a change in how Android Studio's Preview pane works.

提交回复
热议问题