初心者だけどPerlが大好き

コードが世界を変える!

Androidのデバイスをインストール

Androidのデバイスwindowsにインストールしたよ

アンドロイドの 最新SDKで Perl が動きますが
SDカードを通して adb shellを起動しないと Perl_0.zipをインストールできません

SDカードがなくても 
windowsに アンドロイドのデバイスマネージャーをインストールして
デスクトップ上に起動させることはできます

Android-sdk-windowsをインストール時には
環境変数
D:\android-sdk-windows\tools; を通しておきます
(Cドライブの人は C:\)
そうしないと
ase_r13.apk をコマンドを通してインストールできません

D:\android-sdk-windows\tools\adb install"D:\D:\android-sdk-windows\ase_r13.apk"と コマンドを打つことによって
ASEがデバイスに アイコンとなって表示されます


参考サイト
Androidの概要と開発環境の構築
〜速習! Androidアプリケーション開発(1)
http://codezine.jp/article/detail/4588?p=2
December 2009

Download the Android SDK
http://developer.android.com/sdk/index.html

Android入門−開発環境構築編
http://codezine.jp/article/detail/1925


Google Labs
http://www.googlelabs.com/

Android Scripting Environment brings scripting languages to Android.
August 25, 2009

http://code.google.com/p/android-scripting/

The Android Scripting Environment (ASE) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.
These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to:
Handle intents
Start activities
Make phone calls
Send text messages
Scan bar codes
Poll location and sensor data
Use text-to-speech
And more

Scripts can be run interactively in a terminal, started as a long running service, or started via Locale. Python, Perl, JRuby, Lua, BeanShell, and shell are currently supported, and we're planning to add more.
ASE is designed for developers and is alpha quality software. Please report bugs and feature requests on the issues list. You can download the current APK by scanning or clicking the following barcode:


InstallingInterpreters
http://code.google.com/p/android-scripting/wiki/InstallingInterpreters
A howto for installing additional interpreters.
Only shell is included with the ASE install. Other interpreters must be installed separately. To add another interpreter:
Press the menu button
Tap "Interpreters"
Press the menu button
Tap "Add"
Select the interpreter you would like to install
The selected interpreter, interpreter extras, and its example scripts (if available) will be downloaded to /sdcard/xxx.zip and then extracted to /data/data/com.google.ase/xxx, /sdcard/ase/extras/xxx, and /sdcard/ase/scripts respectively.