Open GoogleCodeExporter opened 9 years ago
#!/data/data/com.android.perl/files/perl/perl
use strict;
use warnings;
use Android;
use Data::Dumper;
my $droid = Android->new();
print Dumper $droid->contactsGetCount();
/data/data/com.android.perl/files/perl/perl c.pl
c.pl: client: error: {"error":"com.googlecode.android_scripting.rpc.RpcError:
Unknown RPC."}
$VAR1 = {
'error' => undef,
'id' => 1,
'result' => 0
};
Original comment by gabor.ma...@gmail.com
on 6 Jul 2013 at 6:12
Original issue reported on code.google.com by
gabor.ma...@gmail.com
on 6 Jul 2013 at 5:27