jecelyin / 920-Text-Editor-old

new project
https://github.com/jecelyin/920-text-editor-v2/
Other
200 stars 87 forks source link

How to compile this project #24

Open asLody opened 9 years ago

asLody commented 9 years ago

When I import this project, I found that it used the Api which is invisible,so...,how to compile this object?

hischool commented 9 years ago

+1

xuehu54321 commented 9 years ago

+1

xuehu54321 commented 9 years ago

920-Text-Editor can't run normally on android 5.0(CM12), so I want to fix this problem, but I can't compile this project. so, how to compile it ?

PJRichardson commented 9 years ago

+1

dddrecall commented 9 years ago

+1

thlstsul commented 9 years ago

+1

afwang commented 9 years ago

I think you'll need to clone the Android source code (https://source.android.com/source/requirements.html), build Android locally (at least build the subprojects under frameworks/), and then include the classes.jar from out/target/common/obj/JAVA_LIBRARIES/frame-base_intermediates/ (this directory structure is created under the AOSP project root when you build Android).

If you take a look through the Eclipse build configurations of 920 Text Editor, you'll see that Jecelyin has the container library "jec_aosp" that's used to point to one of the AOSP's output Java libraries. You'll have to add the classes.jar's path to this container.