i have developed application while running my application another application ContactManager is also get installed.
When i am removing ContactManager application then my application won’t run and gives me a this two errors
- Project ‘SipChat’ is missing required Java project: ‘ContactManager’ sipdroid-read-only Build path Build Path Problem
- The project cannot be built until build path errors are resolved
I have Cleaned my project and i have checked in my files but i didn’t find any import which is related to ContactManager
Please help me solve this problem.
I found that project attached under project properties -> java Build path ->project(required projects on build path). Remove that project.