我已經更新了Android工作室從2.2到2.3,然後我發現即時運行無法正常工作。安卓工作室2.3即時運行不工作
Error while executing: am startservice com.example.codingmaster.testcc/com.android.tools.fd.runtime.InstantRunService Starting service: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.codingmaster.testcc/com.android.tools.fd.runtime.InstantRunService } Error: Not found; no service started.
我也嘗試重新安裝android studio 2.3但不工作。
解決方法,轉到設置並禁用即時運行。它的作品:) – KuriaNdungu
我也有同樣的問題,當我禁用即時運行運行應用程序給出此錯誤:執行時出現錯誤:am start -n「project ...../project ...... MainActivity「-a android.intent.action.MAIN -c android.intent.category.LAUNCHER java.lang.UnsatisfiedLinkError:未找到針對java.lang.String的實現android.os.SystemProperties.native_get(java.lang.String, java.lang.String)(嘗試Java_android_os_SystemProperties_native_1get和Java_android_os_SystemProperties_native_1get__Ljava_lang_String_2Ljava_lang_String_2) –
即時運行讓它在重新啓動後運行 –