Search code examples
androidgithubmessagemms

Message application on Android (mms)


I'm trying to make a modification on the default sms in android phones.

I have downloaded the source code from the following link

https://github.com/android/platform_packages_apps_mms

The link contains (src, res, mainfest) I opened it as a project on Eclipse using the following steps:

file > import > exsisting project in the workspace but the problem is that the Eclipse doesn't see it as android project and so I can't install it on emulator

What should I do?


Solution

  • Please follow below steps

    file > New > Android Project > select "create project from existing source" > click on "Browse" Button and select project.

    it may help you.