-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use MTM with Android Studio/Gradle #49
Comments
|
For me that did not work, I had to do it slightly different. settings.gradle:
app/build.gradle:
|
I follow the above steps to do, the results appeared some problems build.gradle what should I do? |
Hi,
I am trying to integrate MTM in an Android Studio project with gradle.
Can you assist me in integrating it? I added "android.library.reference.1=submodules/MemorizingTrustManager" to gradle.properties (since I don't have a default.properties - is that correct?).
Unfortunately it cannot resolve the name of the activity, when I add it to the AndroidManifest.xml of my app.
Any idea?
Thanks folks!
The text was updated successfully, but these errors were encountered: