How to import android email source code into eclipse project?

后端 未结 2 1487
一个人的身影
一个人的身影 2021-02-11 04:08

I downloaded the android Email app source code [version 2.2] from here. I deleted the .classpath and .project file so that I could import an existing android project. Everything

2条回答
  •  眼角桃花
    2021-02-11 04:59

    I faced the same issue with Email. I fixed the issue, by adding the following jars into the build path and thus, all the errors were resolved.

    ../out/target/common/obj/APPS/Email_intermediates/classes.jar
    ../out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar
    

    But you need to make the Application build using the platform.

提交回复
热议问题