appium / mitmproxy-java

A bridge between Python's mitmproxy and Java programs. Built on top of mitmproxy-node
Apache License 2.0
64 stars 20 forks source link

can not create object from your package #1

Closed selenUser closed 5 years ago

selenUser commented 5 years ago

according to appiumpro, I imported your project from maven, but because you did not create a package it's using java default package. That means private MitmproxyJava proxy; can not be....

dpgraham commented 5 years ago

^ @Jonahss are you able to look at this?

Jonahss commented 5 years ago

@selenUser thanks for the help! I put it in a package. releasing right now on maven as version 1.6.2. When maven makes it available can you try again?

selenUser commented 5 years ago

@Jonahss sure i will try how can i know when it ready ?

Jonahss commented 5 years ago

@selenUser it should be available now. Maven central is very ambiguous. I have had to wait 30 min before the a library I "released" to actually be downloaded by my gradle sync. I think it just takes a while to propagate through the system and get put onto the CDNs or whatever.

selenUser commented 5 years ago

it fixed, thanks

Jonahss commented 5 years ago

@selenUser create more issues if you run into problems or want features!

selenUser commented 5 years ago

@Jonahss i'm starting to try your project, i will let you know !

selenUser commented 5 years ago

@Jonahss where can i found mitmproxy-ca-cert.pem file ? i'm trying to automate install certificate on android real device and your example is not full. thanks for your help

selenUser commented 5 years ago

founded mitmproxy-ca-cert.pem file !

Jonahss commented 5 years ago

Ah yeah, the setup for that part was in an earlier article for the initial set up. is there a more convenient place I could mention it? maybe in the readme for this project...