android - Local Path doesn't exist -
After the Android Studio updated to 0.4.5, I can not get to make my application I have the following configuration:
dependence {classpath 'com.android.tools.build:gradle:0.8.+' compilation 'com.android.support:support-v4:19.0.1' compileSdkVersion 19 buildToolsVersion "19.0. the 1 "defaultConfig {minSdkVersion 14 targetSdkVersion 19 renderscriptTargetApi 19 renderscriptSupportMode true
Note: cleaning + project of reconstruction / expensive files .iml removal project reimporting, established APK_PATH, and / or Gredle Together with Sync the problem does not fix this problem.
add it to your & lt; ProjectName & gt; After updating .iml
, Android Studio may be that error, but you can fix it by updating that & lt; ProjectName & gt;
.iml file to add this snippet:
& lt; Aspect type = "Android" name = "Android" & gt; & Lt; Configuration & gt; & Lt; Options name = "APK_PATH" value = "/ build / apk / & LT; ProjectName & gt; -debug-unaligned.apk" / & gt; & Lt; / Configuration & gt;
Comments
Post a Comment