mmin18 / LayoutCast

Cast android code and resource changes to the running application through ADB.
1.71k stars 173 forks source link

麻烦帮忙看一下为什么运行不成功 #98

Open KarnaughK opened 8 years ago

KarnaughK commented 8 years ago

cast cn.haoyunbang:41128 as gradle project with /res changed (v1.50922) Fail to exec [u'/Users/jingcl/Library/Android/sdk/build-tools/24.0.0-preview/aapt', 'package', '-f', '--auto-add-overlay', '-F', u'/Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res.zip', '-S', u'/Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res', '-S', u'/Users/jingcl/Desktop/zongru/hyb_user/newhyb/res', '-S', u'/Users/jingcl/Desktop/zongru/hyb_user/Common/src/main/res', '-S', u'/Users/jingcl/Desktop/zongru/hyb_user/haopicker/src/main/res', '-S', u'/Users/jingcl/Desktop/zongru/hyb_user/library/res', '-A', u'/Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/assets', '-M', u'/Users/jingcl/Desktop/zongru/hyb_user/newhyb/AndroidManifest.xml', '-I', u'/Users/jingcl/Library/Android/sdk/platforms/android-23/android.jar'] nothing matches overlay file default_200.png, for flavor hdpi-v4

/Users/jingcl/Desktop/zongru/hyb_user/newhyb/res/values/styles.xml:193: error: Found text "   " where item tag is expected

/Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:78: error: Public symbol attr/actionBarDivider declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:79: error: Public symbol attr/actionBarItemBackground declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:72: error: Public symbol attr/actionBarPopupTheme declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:77: error: Public symbol attr/actionBarSize declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:74: error: Public symbol attr/actionBarSplitStyle declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:73: error: Public symbol attr/actionBarStyle declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:68: error: Public symbol attr/actionBarTabBarStyle declared here is not defined. /Users/jingcl/Desktop/zongru/hyb_user/newhyb/build/lcast/res/values/public.xml:67: error: Public symbol attr/actionBarTabStyle declared here is not defined.

AITUncle commented 8 years ago

我也遇到了,去掉你的public.xml的资源就可以了

KarnaughK commented 8 years ago

@jiese1990 呃。。要怎么去掉呢。。我删掉了那个文件。然后他自己又生成了一个。。