Lines Matching full:apidemos
24 <li><a href="#apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing error</a></li>
198 <h2 id="apidemosreinstall">I can't install ApiDemos apps in my IDE because of a signing error</a></h2>
201 <a href="{@docRoot}guide/publishing/app-signing.html">Signing Your Applications</a>. The ApiDemos
205 If you want to modify or run one of the ApiDemos apps from Eclipse/ADT or other IDE, you can do so
207 you try to run an ApiDemos apps from your IDE without removing the preinstalled version first,
210 <pre>[2008-08-13 15:14:15 - ApiDemos] Re-installation failed due to different application signatures.
211 [2008-08-13 15:14:15 - ApiDemos] You must perform a full uninstall of the application. WARNING: ...This will remove the application data!
212 [2008-08-13 15:14:15 - ApiDemos] Please execute 'adb uninstall com.android.samples' in a shell.</pre>
214 <p>The error occurs because, in this case, you are attempting to install another copy of ApiDemos
226 <li>Reinstall the app using the command <code>adb install <path to the ApiDemos.apk></code>. If you are
242 <p>This is similar to the ApiDemos problem described above, except that