Android/Aspectj w/Google Maps ant build fail [message #900604] |
Tue, 07 August 2012 14:21  |
Eclipse User |
|
|
|
My goal is to set up an automated build and test system for an Android project. I'm using MonkeyTalk for testing the android app and it requires the project be converted to Aspectj. In order to build with Jenkins, I'm trying to get the project to build using ant from command line.
When building with ant, weaving goes great except for anything using Google Maps api. I get several errors that look like this:
[iajc] [error 0]: error at (no source information available)
[iajc] /Users/me/Developer/projects/android/acompany/workspace/Core/bin/classes/com/example/mobile/android/activity/HouseMap.class:0::0 can't determine superclass of missing type com.google.android.maps.MapActivity
[iajc] when weaving type com.example.mobile.android.activity.HouseMap
[iajc] when weaving classes
[iajc] when weaving
[iajc] when batch building BuildConfig[null] #Files=0 AopXmls=#0
[iajc] [Xlint:cantFindType]
I have updated the project to use Google API 10.
Any ideas???
CM
[Updated on: Tue, 07 August 2012 15:32] by Moderator
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04373 seconds