Note that there are some explanatory texts on larger screens.

plurals
  1. POHaving routine problem debugging other people's android source code in eclipse - ADT plug-in might not be functioning properly
    primarykey
    data
    text
    <p>This might be a pretty basic question, or peculiar to my set up (hopefully not too peculiar)</p> <p>I am new to android development and have been playing around with the tutorials offered at developer.android.com.</p> <p>I don't have a problem with projects I create from scratch, but when I start a project from the android sample code provided at android.com or from any other android project, I can never seem to get the bugs out to even run the thing.</p> <p>For example, when loading up the NotePad sample in the android-7 package of samples - </p> <p>from the error log I see:</p> <blockquote> <p>Failed to load properties file com.android.ide.eclipse.adt Problems occurred when invoking code from plug-in: "org.eclipse.jface".</p> </blockquote> <p>from the problems log I get:</p> <blockquote> <p>error_message cannot be resolved or is not a field menu_delete cannot be resolved or is not a field<br> menu_discard cannot be resolved or is not a field text_edit cannot be resolved or is not a field</p> </blockquote> <p>etc., didn't want to list them all</p> <p>It seems that it is not playing well with the <strong>strings.xml file in res/values</strong></p> <p>Have tried: 1. Importing anything missing w/ cmd,shft,O 2. Fixing properties from Android Tools 3. Project>>Clean... 4. Making sure that the SDK Versions all match up 5. Restarting and restarting</p> <p>Nothing, still getting the error.</p> <p>Anyone have any ideas what I am doing wrong?</p> <p>would like a general solution, something more global bc this is occurring whenever I pull in anyone's source code from outside.</p> <p>kind of frustrated because I feel that I am spending too much time working out these kinks and not being able to study other people's code against how it performs in the emulator.</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.
    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