Not able to use tool / open Dashboard
ramgiteng opened this issue · 3 comments
ramgiteng commented
Hello,
I created a project on Android studio and performed the following.
- Made modifications to the build.gradle on root level and build.gradle on project level by including the dependencies
- Created an /assets folder and included install.config.
- Created an AndroidGodEye-MethodCanary.js at root level.
- Installed the AndroidGodEye plugin in Android studio and provided the port number.
After starting AndroidGodEye dashboard from plugin in Android studio, I am unable to connect.
Do we need to mention the .apk file that is being tested anywhere?
Is there anything more that I would need to do to use this tool to monitor the Android app?
Kyson commented
- What is the version of AndroidGodEye?
- You should follow the steps of this post: https://github.com/Kyson/AndroidGodEye/wiki/0x00-QuickStart_en
- If it still did't work, show me your source code.
Thx.
ramgiteng commented
@Kyson
Thanks for the reply. I have followed all of your steps. The version I am using is 3.4.3 I will share the code in my next reply.
Kyson commented
@rameshgit96
- Run your project and show me the logcat, filter:"AndroidGodEye"
- Make sure no conflicts on the monitor port, default is 5390
- run 'adb devices' and show me the output
Thx.