Thursday, 19 September 2013

Debugging into Source Code in Eclipse

Debugging into Source Code in Eclipse

In Eclipse, I have created a 'DemoApp' in Android. Also, I have Android
platform source code in Eclipse 'PlatformCode'.
While debugging DemoApp, I want it to use 'PlatformCode' which i have
built using 'make'. I mentioned the name of my source code project in
'Project References' of app project. But, it is not working. How would I
achieve it? 'PlatformCode' is a Java project and it is not having the
conventional Java Project structure in Eclipse like - src folder and other
references, maybe that's why it is showing red exclamation sign on it.

No comments:

Post a Comment