mmin18 / LayoutCast

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

can't support define applicationId in build.gradle #29

Open wilsonssss opened 9 years ago

wilsonssss commented 9 years ago

when i defined a applicationId in build.gradle, then the AndroidManifest has another packagename, In this case, LayoutCast can not find my real applicationId.

Seidak commented 9 years ago

I have the same problem. In manifest I have different package name than actualy the application use. Because of buildTypes and applicationIdSuffix.

wilsonssss commented 9 years ago

@mmin18 @Seidak the same issue: https://github.com/mmin18/LayoutCast/issues/42