I have to integrate android opensource Dialer source code into my application and also need to do customizations on the same.
- Currently I cloned the Dialer source code from https://android.googlesource.com/platform/packages/apps/Dialer/
- It doesn't seems to be a gradle project. How can I build this project ?
- I need to add this entire project as reusable module in my project. Could you please help me on this. How can I start with this ?
This Answer seems very informative https://stackoverflow.com/a/8668334/3020568 but I need to get some more help from guys those who tried to build this type of applications.
WE tried below steps.
- Checked out source code from google source.
- Tried to import the project in Android Studio.
- It has dependencies outside the project which are not able to resolve. - Some classes and methods has no reference inside the source code.
Thanks in advance.