mmin18 / LayoutCast

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

Ressources not found #9

Open JulienDev opened 9 years ago

JulienDev commented 9 years ago

Thanks for your awesome tool, whoever I have some problems building it because AppCompat v7 are not found. You can find the logs here : https://pastebin.mozilla.org/8842384

Some informations about my project :

compileSdkVersion 22
buildToolsVersion "22.0.1"
minSdkVersion 15
targetSdkVersion 22
compile 'com.android.support:appcompat-v7:22.2.1'

Do you know how to fix it?

Thanks !

1hsyn1 commented 9 years ago

I have this problem too. Errors are the same with the given link. The idea of the library is brilliant. Hope it will be done soon enough.

kmityakov commented 9 years ago

+1 have this issue as well

savvasdalkitsis commented 9 years ago

+1! Without this, the library is practically unusable. Most projects will use the support library.

jenzz commented 9 years ago

+1

silviul commented 9 years ago

+1

JerzyPuchalski commented 9 years ago

+1

compileSdkVersion 23 buildToolsVersion "23" minSdkVersion 15 targetSdkVersion 23

compile 'com.android.support:appcompat-v7:23.0.0'

jonkun commented 9 years ago

+1