Reporter | Dirk Vranckaert (Dirk.Vranckaert) |
---|---|
Created | Dec 14, 2011 12:35:12 PM |
Updated | Dec 14, 2011 9:19:28 PM |
Resolved | Dec 14, 2011 9:18:44 PM |
Priority | Major |
Type | Bug |
Fix versions | 11.0.X |
State | Fixed |
Assignee | Eugene Kudelevsky (Eugene.Kudelevsky) |
Subsystem | Android |
Affected versions | 11.0 (111.69) |
Fixed in build | No Fixed in build |
For my current Android project I cannot build an APK file from IntelliJ 11!
Using IntelliJ 10 I can:
Using IntelliJ 11 I can:
When trying to create a signed Android package, I see the two password screens, next I enter the file name, I press ok and then IntelliJ starts building. Suddenly, during the 'make' process I get this error:
Warning: roboguice.activity.GuiceMapActivity: can't find superclass or interface com.google.android.maps.MapActivity
Warning: org.joda.time.Months: can't find referenced class org.joda.convert.FromString
Warning: org.joda.time.Months: can't find referenced class org.joda.convert.FromString
Warning: org.joda.time.base.AbstractDuration: can't find referenced class org.joda.convert.ToString
Warning: org.joda.time.YearMonth: can't find referenced class org.joda.convert.FromString
Warning: org.joda.time.YearMonth: can't find referenced class org.joda.convert.ToString
....
Warning: org.joda.time.base.AbstractInstant: can't find referenced class org.joda.convert.ToString
You should check if you need to specify additional program jars.
Warning: there were 48 unresolved references to classes or interfaces.
You may need to specify additional library jars (using '-libraryjars'),
or perhaps the '-dontskipnonpubliclibraryclasses' option.
Warning: there were 1 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
The project SDK and module SDK are set to "Android 2.1-update1 Platform" in IntelliJ 10 and 11!
The latest version of the source code of the project is available at Google Code (http://code.google.com/p/worktime/source/browse/#svn%2Ftrunk%2Fandroid-app). It's this code that I'm trying to build into an APK that does not work in IntelliJ 11 Community edition.
It it something that I should configure or is this really a bug in IntelliJ 11?
Using IntelliJ 10 I can:
- Manually make the project
- Manually compile the project
- Deploy to an emulator
- Create a signed Android package
Using IntelliJ 11 I can:
- Manually make the project
- Manually compile the project
- Deploy to an emulator
When trying to create a signed Android package, I see the two password screens, next I enter the file name, I press ok and then IntelliJ starts building. Suddenly, during the 'make' process I get this error:
Warning: roboguice.activity.GuiceMapActivity: can't find superclass or interface com.google.android.maps.MapActivity
Warning: org.joda.time.Months: can't find referenced class org.joda.convert.FromString
Warning: org.joda.time.Months: can't find referenced class org.joda.convert.FromString
Warning: org.joda.time.base.AbstractDuration: can't find referenced class org.joda.convert.ToString
Warning: org.joda.time.YearMonth: can't find referenced class org.joda.convert.FromString
Warning: org.joda.time.YearMonth: can't find referenced class org.joda.convert.ToString
....
Warning: org.joda.time.base.AbstractInstant: can't find referenced class org.joda.convert.ToString
You should check if you need to specify additional program jars.
Warning: there were 48 unresolved references to classes or interfaces.
You may need to specify additional library jars (using '-libraryjars'),
or perhaps the '-dontskipnonpubliclibraryclasses' option.
Warning: there were 1 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
java.io.IOException: Please correct the above warnings first. at proguard.Initializer.execute(Initializer.java:308) at proguard.ProGuard.initialize(ProGuard.java:210) at proguard.ProGuard.execute(ProGuard.java:85) at proguard.ProGuard.main(ProGuard.java:499)
The project SDK and module SDK are set to "Android 2.1-update1 Platform" in IntelliJ 10 and 11!
The latest version of the source code of the project is available at Google Code (http://code.google.com/p/worktime/source/browse/#svn%2Ftrunk%2Fandroid-app). It's this code that I'm trying to build into an APK that does not work in IntelliJ 11 Community edition.
It it something that I should configure or is this really a bug in IntelliJ 11?