我在下面遇到以下异常:
conn.flatMap { connection in
return Product.query(on: connection)...
}
下面是我的Logcat:
C:\Users\admin\Desktop\masters\app\build\tmp\kapt3\stubs\demoProductionDebug\com\empowered\healo\ui\adapters\HistoryQuestionAdapter.java:155:
error: incompatible types: possible lossy conversion from long to int @android.support.annotation.IntDef(value = {1L, 0L})
答案 0 :(得分:0)
请首先检查您的有损基本类型:https://stackoverflow.com/a/51632153/3460038
然后针对您的NDK问题进行检查:https://stackoverflow.com/a/42324530/3460038