Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot run android project on netbeans : THIS TOOL IS DEPRECATED error
    primarykey
    data
    text
    <p>I've installed android for windows and want to develop on netbeans 6.8. I use nbandrdoid plugin, android platform 2.3.3 API 10 revision 1, android sdk tools revision 10, android sdk platform-tools revision 3. I've added the platform to netbeans and create a project, it's like everything is fine until I run the project and get this output at the console</p> <pre><code>init: deps-jar: Compiling 1 source file to C:\Users\dummy\Documents\NetBeansProjects\MyAndroidApplication\build\classes compile: Updating zip: C:\Users\dummy\Documents\NetBeansProjects\MyAndroidApplication\dist\MyAndroidApplication.apk_ THIS TOOL IS DEPRECATED. See --help for more information. Deleting: C:\Users\dummy\Documents\NetBeansProjects\MyAndroidApplication\dist\MyAndroidApplication.apk_ jar: Result: -1 </code></pre> <p>the emulator doesn't showed up at all. my first project code is like this package org.me.myandroidapplication;</p> <pre><code>import android.app.Activity; import android.os.Bundle; import android.widget.TextView; /** * * @author dummy */ public class MainActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); // ToDo add your GUI initialization code here } } </code></pre> <p><strong>What am I supposed to do?</strong> thanks for your time.</p> <p><strong>----- UPDATE -----</strong></p> <p>I finally can fix this error. At first, I planned to install android SDK offline rather than using SDK Manager. So I followed up <a href="http://qdevarena.blogspot.com/2010/05/download-android-sdk-standalone-for.html" rel="nofollow">this instruction</a> and downloaded the components I need. Everything is extracted correctly except that when I extract the platform using IZArc the file kernel-qemu which located in <em>/platform/images/</em> <strong>is not extracted</strong>. But when I manually choose the file from IZArc and drag it to any folder it's extracted. Therefore netbeans console output is like freezing because of that <strong>emulator issue</strong> and it not show any message that corresponds to that problem. Maybe this is about IZArc configuration but this error cost me for almost a week! </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.
    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