0
votes
0answers
38 views

set different build target in eclipse like in XCode

I know the title might be a little mis-leading so if you find better words for what I mean, please feel free to modify it. I take the concept of 'target' from XCode. I'm an iPhone developer now ...
0
votes
0answers
141 views

Getting crazy with eclipse (juno) .svn folders in target/classes

i am using subclipse in juno and eclipse copies .svn folders to my target/classes folders and my application does not start. Initially i found this post helpful: Make Eclipse ignore .svn directories ...
0
votes
0answers
49 views

How do make targets work in eclipse?

I think I understand pretty well how make works and what a target is in a Makefile, but in eclipse there is an entire view dedicated to make targets. I can create make targets, assign them any shell ...
0
votes
0answers
87 views

jar works in classpath not in targetplatform eclipse

I have a jar that is working fine in Eclipse in other peoples Eclipse environments here. When I add it to mine, it does not get resolved but when I open target platform state, it is present there. If ...
0
votes
1answer
48 views

Why is there an X under target when I try to run my app on a device?

I am running eclipse on windows, and trying to put a slightly updated version of a program on a phone, however there is an X under the target of the device looking like "X 2.3.5". I reset the program ...
1
vote
1answer
164 views

Eclipse gets NullPointerException when selecting an Android Build as a Build Target for Android Test Project

I'm trying to create a new Android Test Project, and when I get to the point where you select a Build Target, I pick Android 2.2 (but this goes for any Android version I pick). I get a NPE, and then ...
1
vote
1answer
2k views

Eclipse: keep getting “ERROR: Application requires API version 15. Device API version is 14 (Android 4.0.2).”

I've been testing an Android app on a device that had API version 15 installed. I now have to switch to a different device (a Samsung Galaxy Nexus, if it matters) that has version 14. Even though I ...
3
votes
1answer
167 views

using eclipse and maven, is there a quick way to mark all target and subfolder as derived?

I am working with eclipse on a mavenized project which has a significant number of modules/subfolders/maven subprojects. Whenever I look for a resource, or make any kind of research, it shows me ...
1
vote
0answers
109 views

MJAndroid installation giving errors

I am a beginner with Eclipse. I downloaded the code from this link. After importing the project I get this error- Unable to get system library for the project. I have searched around this ...
7
votes
6answers
9k views

The project was not built since its build path is incomplete

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors: The project was not built since its build path is incomplete. Cannot find the class file for ...
1
vote
2answers
693 views

How change build target (2.2 to 2.3.3)? Or recover after trying

I need to change my projects's build target from 2.2 to 2.3.3 in order to use Google API with map support. I changed the manifest's min- and target SdkVersion to 10. And the project's ...
3
votes
3answers
964 views

Is it possible to create multiple targets for Android project like Xcode Target

I worked with iPhone Xcode Traget to create multiple iPhone apps with single code base. My question, is it possible to create multiple targets for Android project. If yes, is it possible with Eclipse? ...
0
votes
1answer
102 views

Working Mark Murphy's Book: Died in Chap 4

Working the examples in two Android books that were recommended, using win 7, eclipse indigo and the latest Android Tools (updated last night) and : Get to the NowRedux example (third example) in ...
12
votes
2answers
2k views

What does the orange triangle in the target column of Android Device Chooser window mean?

When I launch my Android app with Eclipse, the usual window "Android Device Chooser" appears. I can here choose on which device I want to run my app. In the target column appears next to my target an ...
1
vote
2answers
2k views

Using Eclipse 3.7 for developing Plugin based on Eclipse RCP 3.5

is it possible to use Eclipse 3.7 IDE for developing for the 3.5 platform? Or must I use Eclipse 3.5 IDE? When I try to switch from Eclipse 3.5 IDE to 3.7 I get errors on projects, which were ok ...
4
votes
1answer
484 views

Android: how to know what is the minimum required API to run my Android app?

As everybody, I use in my project many libraries and methods. For each method, it is mentioned "Available since API XX" in the Android documentation. Is there a tool in Ecplise to know what is the ...
0
votes
1answer
205 views

How to get Eclipse to recognize a .target file for OSGI

I moved to a new computer and moved my OSGI project to it. I have a .target file that is now recognized as xml, but in my last setup, I had something installed that made Eclipse interpret it ...
0
votes
1answer
725 views

Add jar to Eclipse Target Platform

I am using MigLayout in my Eclipse RCP application. I added the jar to my classpath. But when I try to run the RCP application, it is giving the following exception ...
0
votes
1answer
777 views

How to select multiple Build Target in Eclipse for Android project?

I am reading Teach Yourself Android Application Development in 24 Hours, in Hour 6, it asks me to create a new Android Project with: Build target: Android 2.1 + Google APIs However, I can only ...
0
votes
1answer
361 views

Can not run maven project in eclipse

We have existing maven project. I have imported it with m2eclipse plugin.But I can not run the project. Tomcat can not see resources(WAR files under target folder). What am I missing? BTW we have ...
2
votes
1answer
2k views

Android preprocessor macros with 2 targets

I hope someone can help me with this one. I'm have been developing for the iPhone for a long time, and I'm used to set a preprocessor macro so I can use #ifdef in code to do different things with ...
1
vote
1answer
303 views

How to use Target Definition in Product Configuration?

I have a question related to Eclipse PDE development. I'm using target definitions to manage my target platform, and would like to include all plugins from one particular target definition in one ...
1
vote
2answers
467 views

Place Eclipse Project File in Separate Directory

I'm using a default Eclipse project file generated for my Android application, and I want to keep it in a targets/ directory (along with other eclipse-specific files) in order to better organize my ...