openstf / STFService.apk

Monitor and perform various actions on your Android device. Not meant for actual user devices.
Other
242 stars 207 forks source link

why do we need duplicate layoutlib.jar in project? #31

Closed clarkshu1016 closed 6 years ago

clarkshu1016 commented 6 years ago

In project it has duplicate layoulib.jar, what's the difference between this two files?

/shim/libs/layoutlib.jar /shim/layoutlib.jar

sorccu commented 6 years ago

Accident I think. The one in libs should be the correct one.

clarkshu1016 commented 6 years ago

Okay Thanks