2013-05-06 55 views
0

我正在嘗試使用android引導程序:https://github.com/donnfelker/android-bootstrapAndroid-Bootstrap mvn清除軟件包錯誤

我克隆code.but時 所以我從app目錄嘗試下命令:

mvn clean package 

但得到的東西是錯誤的。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project android-bootstrap: Compilation failure: Compilation failure: 
[ERROR] \Users\keepcleargas\android-bootstrap\app\src\main\java\com\donnfelker\android\bootstrap\BootstrapModule.java:[33,8] Error: can not find symbol 
[ERROR] \Users\keepcleargas\android-bootstrap\app\src\main\java\com\donnfelker\android\bootstrap\BootstrapModule.java:[33,22] The error: <none> initialization procedure is illegal. 

無法識別符號'入口點'。

@Module 
(
     complete = false, 

     entryPoints= { 
       BootstrapApplication.class, 
       BootstrapAuthenticatorActivity.class, 
       CarouselActivity.class, 
       BootstrapTimerActivity.class, 
       CheckInsListFragment.class, 
       NewsActivity.class, 
       NewsListFragment.class, 
       UserActivity.class, 
       UserListFragment.class, 
       TimerService.class 
     } 

) 
+0

由https://github.com/donnfelker/android-bootstrap/issues/44解決的問題。 – keepcleargas 2013-05-07 02:17:05

回答