Closed GoogleCodeExporter closed 9 years ago
You have just to create a new Android project under eclipse. Use "create
project from existing source". Perhaps don't use the build.xml, I never use it.
Original comment by jmauffret@gmail.com
on 18 Feb 2011 at 1:42
I delete build.xml from RCSCore project.But RI error still exist.some error
like The import com.orangelabs.rcs.service.api.client.messaging.IMessagingApi
cannot be resolved
Original comment by Splash.P...@gmail.com
on 18 Feb 2011 at 2:32
gen of RI don't have auto-generate class of those AIDL.
How to do? Modify .project file??
Original comment by Splash.P...@gmail.com
on 18 Feb 2011 at 3:55
I copy gen's some package of RCS_Core into gen of RCS_RI for solving some error
like "The import com.orangelabs.rcs.service.api.client.messaging.IMessagingApi
cannot be resolved".
These error is not reported by eclipse.
But [2011-02-19 14:57:21 - OPENSRC_ri] Unknown error:
java.lang.NullPointerException
Please help~~~
Original comment by Splash.P...@gmail.com
on 19 Feb 2011 at 7:07
You create two Android projects: one for the Core (stack), one for RI
application. To build RI, you set the Core as an Android library (see folder
Android of the project Settings, select and Android 2.2 target or upper, click
on "Is library"). Then in the RI project you add the Core project as a library
of the RI project. For more info see
http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject.
Original comment by jmauffret@gmail.com
on 21 Feb 2011 at 2:56
Original comment by jmauffret@gmail.com
on 15 Mar 2011 at 3:38
Original issue reported on code.google.com by
Splash.P...@gmail.com
on 18 Feb 2011 at 1:27