zokipirlo
06/09/2017, 1:32 PMkirillrakhman
06/09/2017, 1:45 PMvaskir
06/09/2017, 1:46 PMkirillrakhman
06/09/2017, 1:46 PMzokipirlo
06/09/2017, 1:46 PMkirillrakhman
06/09/2017, 1:47 PM--stacktrace
kirillrakhman
06/09/2017, 2:13 PMmorozov
06/09/2017, 2:14 PMkirillrakhman
06/09/2017, 2:14 PMvar isEditable: Boolean
protected set
zokipirlo
06/09/2017, 2:14 PMmorozov
06/09/2017, 2:21 PMreline
06/09/2017, 2:24 PMzokipirlo
06/09/2017, 2:35 PMjames.howe
06/09/2017, 2:56 PMjames.howe
06/09/2017, 2:59 PMmyanmarking
06/09/2017, 3:57 PMmyanmarking
06/09/2017, 3:58 PMbaonguyen
06/10/2017, 3:32 AMradityagumay
06/10/2017, 10:14 AMradityagumay
06/10/2017, 10:15 AMWarning: kotlin.reflect.jvm.internal.KFunctionImpl$caller$2: can't find referenced class java.lang.reflect.Executable
Warning: kotlin.reflect.jvm.internal.KFunctionImpl$caller$2: can't find referenced class java.lang.reflect.Executable
Warning: kotlin.reflect.jvm.internal.KFunctionImpl$defaultCaller$2: can't find referenced class java.lang.reflect.Executable
Warning: kotlin.reflect.jvm.internal.KFunctionImpl$defaultCaller$2: can't find referenced class java.lang.reflect.Executable
1 reply
ericksli: which version kotlin are you using? I am using 1.1.2-3, I am not get such issue.radityagumay
06/10/2017, 10:16 AMError:(1, 1) Some error(s) occurred while processing annotations. Please see the error messages above.
2 replies
Do you use kapt?qlitzler
06/10/2017, 11:30 AMuser
06/10/2017, 1:31 PMmbratkowski
06/10/2017, 5:48 PMgetLayoutRes()
. Problem it is that a children which extends this base activity doesn't call methods from BaseActivity. Effect - is that didn't load a layout file and it's a blank screen. Any idea what is wrong here? I set a breakpoints in debbuger for children acitvity and I see that a children doesn't call a method from parent.
Thanks for any hint to resolve this problemmbratkowski
06/10/2017, 5:51 PMgetLayoutRes()
. Problem it is that a children which extends this base activity doesn't call methods from BaseActivity. Effect - is that didn't load a layout file and it's a blank screen. Any idea what is wrong here? I set a breakpoints in debbuger for children acitvity and I see that a children doesn't call a method from parent.user
06/10/2017, 6:02 PMonCreate
. You should override the onCreate
with the single Bundle
parameter.samp
06/10/2017, 7:50 PMcompile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
how this line works?jw
06/10/2017, 7:50 PM