Open garg3133 opened 9 months ago
@garg3133 i want to pick this up.
Sure @Biki-das, let us know here which one you'd like to pick and you can start working on documenting that part of the issue.
@garg3133 Hi I could take this "Installing an application from APK" task and documenting it.
@SanjayDevTech Sure, go ahead!
@garg3133 i'd like to pick up "Install system-images of additional Android versions"
@An-Yay Cool
To add the sdk commands, should i be creating a docs folder in the main repo?
@An-Yay Sure.
@garg3133 i'd like to pick up Connecting real devices using adb wirelessly
next thanks
@garg3133 Raised PR #31 for 3rd task: Installing an application from APK
@garg3133 Can I have this assigned: Connecting real devices using adb wirelessly
?
@itsspriyansh Sure, please go ahead!
@garg3133 Can I start right away or shall I keep this issue on hold until we have created full functionality for wireless adb connection including connecting, disconnecting and listing paired devices?
@itsspriyansh The idea here is to atleast have everything documented, because it might take time to get the actual features ready. So yes, you can start right away.
This particular issue is meant for writing docs using the Android SDKs directly (using adb pair
and adb connect
command in your case), and not using the features that are to be implemented in the mobile-helper tool. When the features are ready in the tool itself, we can add separate usage docs in the README itself.
@garg3133 I have raised a pull request #35
@garg3133 As I see the Starting/stopping emulator and related works are not taken by others can I create documentation on that.
@AyishikD That's already done in #38 (updated the issue description); for others, PRs are already open. Thanks though.
Document important Android SDK commands which can be used by users after setting up an Android Emulator environment using this tool to install additional requirements, including but not limited to:
adb
wirelessly (taken up by @itsspriyansh)All the above tasks can be taken up independently.
The docs can be put together in a
docs
folder, with each task above in a separate file.