0

モバイル アプリケーションを設計し、約 20 人のプレゼンテーションを開催したいと考えています。私たちは Android の Samsung Galaxy S3 を使用しており、ディスプレイを 1:1 でビーマーに取り付けたいと考えています。

何か案は?

敬具、KjubE

4

2 に答える 2

1

We use the Droid@Screen application for our needs. Please have a look at it. Any device will work, provided the adb and the device drivers are installed. You don't have to be rooted either.

于 2013-03-21T08:38:01.067 に答える
0

簡単な方法があります:

  1. https://code.google.com/p/android-screen-monitor/downloads/detail?name=ASM_2_50.zip&can=2&q=から asm.jar ファイルをダウンロードします。

  2. コマンドプロンプトを開く

    C:\> adb devices
    
  3. その後

    C:\>cd Users\santhosh\Desktop\ASM_2_50
    C:\>java -jar asm.jar
    
  4. 次に、モバイル デバイス ID でプロンプトが開き、[OK] ボタンをクリックします。

于 2016-01-07T10:39:07.770 に答える