NAME
Android::ElectricSheep::Automator::Plugins::Base - The great new Android::ElectricSheep::Automator::Plugins::Base!
VERSION
Version 0.02
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Android::ElectricSheep::Automator::Plugins::Base;
my $foo = Android::ElectricSheep::Automator::Plugins::Base->new();
...
RUNNING AN EMULATOR
List all emulators currently available with emulator -list-avds
It outputs something like:
Pixel_2_API_27_x86_
Pixel_2_API_30_x86_
Run an emulator with emulator -avd Pixel_2_API_30_x86_
USING YOUR REAL SMARTPHONE
Connect your smartphone with a USB cable to your computer. Become developer with this procedure:
Go to Settings-
System->About Phone> Tap on Build Number
7 times!!! Enter your phone pin and you are in developer mode.
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
SUBROUTINES/METHODS
function1
function2
AUTHOR
Andreas Hadjiprocopis, <bliako at cpan.org>
BUGS
Please report any bugs or feature requests to bug-android-adb-automator at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Android-ADB-Automator. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Android::ElectricSheep::Automator::Plugins::Base
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Android-ADB-Automator
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2025 by Andreas Hadjiprocopis.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)