“File not Found” exception in dexDebug task of build

前端 未结 2 1526
不思量自难忘°
不思量自难忘° 2020-11-29 12:49
Error:Execution failed for task \':app:dexDebug\'.
> com.android.ide.common.internal.LoggedErrorException: Failed to run command:
    D:\\AndroidSDK\\adt-bundle-w         


        
2条回答
  •  庸人自扰
    2020-11-29 13:18

    I just solved this very same problem 5 minutes ago. As you can see here debug: file not found in Android 1.0 my problem was the pathname. Before updating to 1.0 I was working with #Ing.Informatica and /Ingeniería/AdministradorContraseñas now I must work with Ing.Informatica and /Ingenieria/AdministradorContrasennas because it seems like after the update Android Studio is never more able to read special characters.

    Hope it helped.

提交回复
热议问题