Note that there are some explanatory texts on larger screens.

plurals
  1. POOld Android project refusing to build. "Local path doesn't exist"
    primarykey
    data
    text
    <p>I've loaded up one of my old Android projects in Android Studio (originally built in this IDE, and the IDE itself hasn't been updated since), but I can't seem to run it. I instead receive the following output:</p> <pre><code>Waiting for device. Target device: 015d483b8963fc02 Uploading file local path: /....../build/classes/debug/.......apk remote path: /data/local/tmp/...... Local path doesn't exist. </code></pre> <p>(Truncated the paths as they're long and unimportant).</p> <p>I've been tinkering with other projects recently and they all run fine, but this particular one is refusing to play regardless of which device I plug in as a testbed. The other projects are all PhoneGap while this one is native Java, if that offers any clues.</p> <p>I've tried the Build->Rebuild Project to no avail, and I've checked the manifest etc for common errors. Other people have reported success running Tools->Android->Sync Project with Gradle Files which for me has resulted in the following error:</p> <pre><code>Can't deserialize target data of key 'IdeaAndroidProject'. Given class loaders:[PluginClassLoader[org.jetbrains.android, 10.0]] </code></pre> <p>Any thoughts please?</p> <p>UPDATE:</p> <p>I just updated from Android Studio 0.2 to 0.4, then ran Build -> Clean Project, Build -> Rebuild Project, Tools -> Android -> Sync Project with Gradle Files.</p> <p>Attempting to run came up with the same original error, but this time I was given the additional error of my Gradle build being too old (or the build referenced by the project at least). I hit a link to automatically fix this, by repointing to Gradle 1.9, and now I'm getting the error "Gradle version 1.6 is required. Current version is 1.9".</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload