Open asLody opened 9 years ago
+1
+1
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 ?
+1
+1
+1
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.
When I import this project, I found that it used the Api which is invisible,so...,how to compile this object?