Open AndroidDeveloperLB opened 6 years ago
the project is copy from AOSP dialer code(7.0) only add some change for compatible
Nice, but can you please put the license?
Also, can you please show how you've imported it? Maybe could be nice to import a newer version of the dialer...
I will add license in README.md I only create a empty android studio project and copy the aosp dialer code to it, not import directly I'll update the new code by Android O when I have free
Can you please tell what are the steps to use what's on AOSP dialer? I mean, you took the code from somewhere... How did you get this code? Did you clone some repository ?
git clone https://android.googlesource.com/platform/packages/apps/Dialer
you can get more git project by the command as bellow git clone http://android.googlesource.com/platform/manifest.git
I've tried to clone, but then got this weird folders structure:
When trying to import it via the IDE, it failed:
How come?
I only create a empty android studio project and copy the aosp dialer code to it, not import directly
Can you please explain which files and folders to copy? The folder has a lot of sub-folders, and the "res" folders exist in illogical places, together with Java files...
See attached video: 2018-09-03_17-50-25.zip
Even after putting all sorts of Java files, I can see files spread in illogical places, and there are some that are missing, such as "InteractionEvent.java".
The aosp dialer is finally ported for Android Studio
What is the license? Is this imported from official Android code? If so, how?