Error while executing: am start -n "" -a android.intent.action.MAIN -c android.intent.category.LAUNC
Error while executing: am start -n
"package_name/package_name.MainActivity"
-a android.intent.action.MAIN -c android.intent.category.LAUNC修改配置檔案而沒有修改程式碼的情況下,AndroidStudio預設為程式碼沒有改變,因此沒有重新安裝APK。可能是由於AS的Instant Run功能異常導致。可以在程式碼中加上一個回車或者幾個空格試試。
如果不行,解決辦法如下:
修改程式碼之後,點選執行,AndroidStudio沒有進行重新編譯,而是提示no changes to deploy,然後啟動修改前的那個APP,程式碼修改完全沒用。這個問題初步判斷是由於AndroidStudio的Instant run功能出錯導致的。目前只能在settings->Build,Execution,Deployment->Instant Run中將Enable Instant Run to hot swap code/resource changes on deploy選項的勾點掉。這是預設啟用的。點掉之後就正常了,每次點選執行都會重新安裝APP。
相關推薦
Error while executing: am start -n "" -a android.intent.action.MAIN -c android.intent.category.LAUNC
Error while executing: am start -n "package_name/package_name.MainActivity" -a android.intent.action
Caused by: com.android.ide.common.process.ProcessException: Error while executing process aapt.exe
build時出現問題: Caused by: com.android.ide.common.process.ProcessException: Error while executing process E:\AndroidSDK\build-tools\25.0.3\aapt.exe wi
cocoapods錯誤: ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr
最近在使用cocoapods的時候,和往常一樣使用pod install命令進行安裝的時候,忽然報出錯誤ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr,在網上查了一下是說蘋果系統升級之後的許可權
Build command failed. Error while executing process 錯誤
android ndk專案有時編譯會報這樣的錯,但你又不清楚到底哪兒出錯了 Build command failed. Error while executing process D:\work\adt-bundle\sdk\cmake\3.6.4111459\bin\cmak
CocoaPods安裝報錯:gem install cocoapods ERROR: While executing gem ... (Gem::FilePermissionError)
在cocoapods 執行 sudo gem install cocoapods的時候出現 While executing gem ... (Gem::FilePermissionError) You don't have write permissions for
ERROR: While executing gem ... (Errno::EPERM)
OS X 10.11 安裝Cocoapods 出現問題的解決方法 今天嘗試用 Cocoapods安裝個第三方庫.. 輸入pod install, 發現 command not find。 WTF! 估計是升級10.11後Cocoapods被幹掉了。 我輸入
ERROR: While executing gem ... (OpenSSL::SSL::SSLError)
方法一: 1) outdate open SSL $ rvm -v $ rvm get head 2) outdate bundle $ gem install bundle 方法二: $ ge
android.intent.action.SCREEN_ON和android.intent.action.SCREEN_OFF待機廣播在TV android開發過程中,不響應原因.
待機廣播,又叫螢幕喚醒廣播:android.intent.action.SCREEN_ON和android.intent.action.SCREEN_OFF 在使用過程中需要主要以下兩點: 1.需要在AndroidManifest.xml添如下許可權: <uses
Android之Error: 'L' is not a valid file-based resource name character解決辦法
copyto base logo lower too exec article 問題 tools 1、問題 [html] view plain copy Error:Execution failed for task ‘:mergeBYODReleaseR
SpaceVim中neomake報錯 Error while trying to load a compilation database
inux cpp turn 沒有 spa without json data mpi 回家裝上archlinux,突發奇想裝個SpaceVim寫題 安裝配置一路可以說是沒有太大問題 最後在寫題時出現如下問題 Error while trying to load a comp
Unknown failure (at android.os.Binder.execTransact(Binder.java:565))Error while Installing APKs
今天手機調試出現這個問題: Unknown failure (at android.os.Binder.execTransact(Binder.java:565))Error while Installing APKs 在執行的時候出現提示大致意思:解除安裝刪除已存在
解決Android Studio編譯後安裝apk報錯:Error while Installing APK
剛開始玩 Android ,用Android studio 連線真機做測試,在虛擬機器上沒有問題,但是真機就會報錯 檢查了好多地方,最終發現了問題,網上的常規就不介紹了,大家自己去看別的帖子 手機方面 1.開啟usb除錯 2.開啟usb安全除錯 3.開啟usb安裝(允許通過usb安裝
Qt新安裝之後出現Error while building/deploying (kit: Desktop Qt 5.7.0 GCC 64bit) When executing step "Make”
Ubuntu14.04初次安裝Qt之後可能出現Error while building/deploying project *** (kit: Desktop Qt 5.7.0 GCC 64bit) When executing step "Make"錯誤。 &nbs
Android問題集錦(十六)- adb啟動命令失敗Error while Launching activity 解決方案
Android Studio在編譯執行除錯時,報如下錯誤: Error while Launching activity 這個問題遇到了兩次了,第一次的時候以為是手機的原故,就換了一臺手機測試,就不會出現這種adb啟動命令錯誤,後面這臺手機也出現了這種情況,當時真的無奈是什
在模擬器上運行Android項目時報錯:DELETE_FAILED_INTERNAL_ERROR Error while Installing APKs
chang 今天 http efault enable uil style int oid 今天在Android Studio自帶的模擬器上運行項目的時候,出現如下所示Error:當點擊ok後,發現模擬器不能運行程序。 解決辦法: 更改Android Studio中
android studio 3.2.1 截圖screenshot報:unexpected error while obtaining screenshot from device: EOF解決辦法
問題: 今天用android studio截圖android機地圖畫面,就報瞭如下的錯誤:unexpected error while obtaining screenshot from device: EOF,導致截圖失敗。 原因: 晚上搜了下原因,大概說是因為android機的
AndroidStudio編譯過程:Error:There were multiple failures while executing work items
從GitHub上下載一個專案,匯入Android studio之後報錯。報錯內容如下: Error:There were multiple failures while executing work items Error:Execution failed for task ':app:me
android studio 除錯時出現Error while Launching activity
有時候 除錯的時候 會出現這樣的問題 因為專案需要 我引用網上的錯誤資訊 Error while executing: am start -n "com.quanziben.zengyinbao.
com.android.ddmlib.AdbCommandRejectedException: device offline Error while Installing APK解決
com.android.ddmlib.AdbCommandRejectedException:device offline Error while Installing APK 這個問題是adb被殺死了,重新啟動一下就可以 有三種方法: 一、可以在sdk的檔案中找到pla
Android Studio 3.0.1 gradle編譯報錯 Error : unable to resolve dependency for <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="a0c1
在app目錄下build.gradle中引用了第三方類庫,gradle編譯時不斷報錯,無法resolve第三方類庫,或者無法download第三方類庫dependencies { implementation fileTree(include: ['*.jar'],