austgl / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

Build of checkout fails, missing layout actionbar_split_compat #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up Maven and the Android SDK
2. Check out Shuffle from hg
3. Run mvn install

Result is an aapt build error as follows:

[INFO] .../android-shuffle/shuffle-android/res/layout/fragment_pager.xml:17: 
error: Error: No resource found that matches the given name (at 'layout' with 
value '@layout/actionbar_split_compat').

It seems there ought to be an actionbar_split_compat.xml layout file, and it is 
not present.

Original issue reported on code.google.com by wmund...@gmail.com on 26 Feb 2012 at 6:05

GoogleCodeExporter commented 9 years ago
Also, checking out the version previous to the introduction of that reference 
results in the following missing layout symbols: 

[ERROR] 
.../android-shuffle/shuffle-android/src/org/dodgybits/shuffle/android/list/old/v
iew/ContextView.java:[66,17] cannot find symbol
[ERROR] symbol  : variable old_context_view
[ERROR] location: class org.dodgybits.android.shuffle.R.layout
[ERROR] 
.../android-shuffle/shuffle-android/src/org/dodgybits/shuffle/android/list/view/
project/ProjectListItem.java:[32,27] cannot find symbol
[ERROR] symbol  : variable project_view
[ERROR] location: class org.dodgybits.android.shuffle.R.layout
[ERROR] 
.../android-shuffle/shuffle-android/src/org/dodgybits/shuffle/android/view/activ
ity/TaskViewActivity.java:[63,31] cannot find symbol
[ERROR] symbol  : variable fragment_container
[ERROR] location: class org.dodgybits.android.shuffle.R.layout
[ERROR] 
.../android-shuffle/shuffle-android/src/org/dodgybits/shuffle/android/view/activ
ity/TaskViewActivity.java:[94,19] cannot find symbol
[ERROR] symbol  : variable fragment_container
[ERROR] location: class org.dodgybits.android.shuffle.R.id
[ERROR] -> [Help 1]

Original comment by wmund...@gmail.com on 26 Feb 2012 at 6:16

GoogleCodeExporter commented 9 years ago
(The last checkout that builds here is 9f1547991ae8 "Fixed error loading child 
tasks in tree view".)

Original comment by wmund...@gmail.com on 26 Feb 2012 at 6:20

GoogleCodeExporter commented 9 years ago
I had a misconfigured .hgignore file that was ignoring the layout directory

Original comment by andybry...@gmail.com on 9 Mar 2012 at 6:12