William Webb
William Webb
Can you provide an example project? Or the error you are seeing?
Ah OK now i understand. This comes from the way the plugin works. But basically what is happening is the kotlin generates files are not generates at the time the...
Hmm, so a Roboelectric unit test will be bringing in the `debugCompile` version AndroidDevMetrics, which is not optimal for unit test. Personally I don't think this is an issue with...
Having a flag set in the init method isnt a bad idea, but i think we should go for a different option entirely. We need to disable the code injection...
Depends what functionality you want. If you want the profiling code added, add `'com.frogermcs.androiddevmetrics:androiddevmetrics-runtime:0.4'` If you dont want the profiling code added, add `'com.frogermcs.androiddevmetrics:androiddevmetrics-runtime-noop:0.4'`
Easy enough to add a `proguard-rules.pro`, though i am wondering why its necessary? Can you provide a more detailed error log?
@jmodrako you do not have to add the activity to your manifest. & can you provide an example to reproduce? Likely there is a conflict in the version of support...
Hearthpwn is definitely the go to option. But so long as it is integrated in a plug/play fashion it shouldn't matter to much. Just so if we wanted to add...
I think that is more reason to make it plug & play. we also need to determine what data set is most commonly used or how to make it plug...
Don't merge this. Broken for Library Projects. Investigating...