Reputation: 872
I just import project from eclipse to studio, it build successfully but when i am trying to run it on Mobile it shows me error of
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:preDexDebug'. >
com.android.ide.common.internal.LoggedErrorException: Failed to run command: E:\Android\SDK\build-tools\19.1.0\dx.bat --dex --output
E:\SPBranchOffline\app\build\intermediates\pre-dexed\debug\support-v4- 18.0.0-95e90accb2727aa2e3ca98559a315ffbf588d787.jar
E:\Android\SDK\extras\android\m2repository\com\android\support\support-v4\18.0.0\support-v4-18.0.0.jar Error Code: 1
Waiting for device.
Target device: alps-micromax_a110
Uploading file
local path: E:\SPBranchOffline\app\build\outputs\apk\app-debug.apk
remote path: /data/local/tmp/com.spbranchoffline
I/O Error: E:\MyProjectName\app\build\outputs\apk\app-debug.apk (The system cannot find the file specified)
Upvotes: 0
Views: 4283
Reputation: 813
Clean and rebuild project. Also, you should update your build tools, support library, etc from the SDK Manager.
Upvotes: 2