Microsoft Surface Is It Android Or Mac
Microsoft Surface Is It Android Or Mac 3,5/5 3814 reviews
  1. Android For Surface
  2. Microsoft Surface Android Apps
  3. Microsoft Surface Is It Android Or Mac Pro
  4. Microsoft Surface Is It Android Or Mac And Cheese
  5. Microsoft Surface Is It Android Or Mac Laptop
-->

Important

. Type Cover, Surface Dial, Microsoft Office, and some software and accessories sold separately. Surface Pen sold separately for Surface Go, Surface Pro 7, Surface Laptop 3, Surface Pro X, and Surface Book 2 ^ DELL PREFERRED ACCOUNT (DPA): Offered to U.S. Residents by WebBank, Member FDIC, who determines qualifications for and terms of credit. Jun 24, 2019  Microsoft is rumored to be working on a new dual-screen Surface tablet that will run Android apps. Microsoft is rumored to be working on a new dual-screen Surface tablet that will Cult of. Jan 23, 2020 The launch of the Surface Laptop 3 and the Surface Pro X included a demonstration of the repairability of the devices, as Microsoft’s Panos Panay stripped the machines into various modules that.

This article describes functionality and guidance that is in public preview and may be substantially modified before it's generally available. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Use the Android Emulator with a preview Surface Duo image that is integrated into your development environment to test your app without a physical device. The emulator simulates postures, gestures, hinge angle, mimicking the seam between the two screens, and more. We'll continue to add functionality over time.

The preview Surface Duo image requires that the Android Emulator be installed with Android Studio or Visual Studio (Xamarin).

Note

Read the Xamarin Developers section for help setting up the Surface Duo Emulator to work with Visual Studio.

Run the emulator

Android For Surface

After completing the SDK Setup, you can launch the Surface Duo Emulator via the start menu link.

If the emulator does not start, you might need to update the pointer to your Android SDK installation.

  • Open the SurfaceDuoEmulator_ version _.dmg file.
  • Copy the .jar file and the contents of the emulator folder to your local hard drive. (The emulator folder name cannot have periods in it.)
  • If you changed the installation location of the Android SDK from the default, update the pointer to your Android SDK installation.
  • In a terminal window, navigate to the folder where you copied the emulator
  • Type ./run.sh to start the emulator.
  • Open the SurfaceDuoEmulator_ version _.deb file.
  • Copy the .jar file and the contents of the emulator folder to your local hard drive. (The emulator folder name cannot have periods in it.)
  • If you changed the installation location of the Android SDK from the default, update the pointer to your Android SDK installation.
  • In a terminal window, navigate to the folder where you copied the emulator
  • Type ./run.sh to start the emulator.

Microsoft Surface Android Apps

Update the pointer to your Android SDK

If you changed the installation location of the Android SDK from the default, you will need to update the run script to point to the correct installation location. Otherwise, the emulator will not run when you click the shortcut or run the script.

  1. Find the installation location of the Surface Duo Emulator. The default location is %USERPROFILE%SurfaceDuoEmulator.
  2. Open the artifacts folder inside of the installation folder.
  3. Make a backup copy of run.bat - You can copy it to something like run_androidstudio.bat.
  4. Open the file run.bat in a text editor.
  5. Verify the ANDROID_SDK_LOCATION path value near the top of the file is correct.
  1. Find the location you extracted the downloaded Surface Duo Emulator archive to.
  2. Make a backup copy of run.sh - You can copy it to something like run_androidstudio.sh.
  3. Open the file run.sh in a text editor.
  4. Verify the ANDROID_SDK_LOCATION path value near the top of the file is correct.
  1. Find the location you extracted the downloaded Surface Duo Emulator archive to.
  2. Make a backup copy of run.sh - You can copy it to something like run_androidstudio.sh.
  3. Open the file run.sh in a text editor.
  4. Verify the ANDROID_SDK_LOCATION path value near the top of the file is correct.

How to Debug your App on the emulator

Directly in Android Studio

  • Open your project in Android Studio.
  • Build your project: Build > Make Project or Ctrl+F9.
  • Select 'Microsoft SurfaceDuoEmulator API 29' from the list of Running Devices.
  • Run your project to deploy it to the emulator: Run > Run 'project name' or Shift+F10.
  • To stop debugging: Run > Stop 'project name' or Ctrl+F2.

Using ADB commands

Microsoft Surface Is It Android Or Mac Pro

Follow these steps to debug using ADB commands.

  1. Find your emulator device ID

    Run C:>adb devices.

  2. Find the package you want to debug.

    Run adb shell pm list packages.

  3. Set the app to debug at startup (note the -w)

    Run adb shell am set-debug-app -w com.microsoft.device.display.samples.masterdetail.

  4. Start the app in the emulator.

    You will get a popup that the app is waiting for a debug to attach. You will need to re-run the set debug each time (or use --persistent option).

  5. Connect Android Studio Debugger

    In Android Studio menu options, select Run->Attach debugger. The emulator and process should be listed.

  6. Point to source code and set breakpoints.

Span your app in the emulator

To span your app in the emulator, drag the app from the white bar at the bottom of the app screen towards the middle of the device. When the background turns white across both screens, release the app.

Use the camera

Microsoft Surface Is It Android Or Mac And Cheese

Use this command to list the webcams available on the machine:

~/Android/Sdk/emulator/emulator -webcam-list

If necessary, change the path to match your local installation.

Copy the camera name you want to use, and open the config.ini file. In there you will see something like this:

Microsoft Surface Is It Android Or Mac Laptop

For example, you can change the front camera to use the host machine's webcam.

Xamarin Developers

Important

2020-1-16  Word Turned ALL My Text to Asterisks. Article contributed by John McGhie Word 2011 had a serious bug that turned all the te xt in a document to asterisks (or sometimes, page numbers). The document text became completely unrecoverable: if you did. 2020-3-28  Home Microsoft Corporation File extension list filtered by software name. Microsoft Word for Mac. Found 45 file extension associations related to Microsoft Word for Mac and 33 file formats developed specifically for use with Microsoft Word for Mac. Microsoft work account. 2017-7-30  I will be working in Word 2016 on Mac and I will save the document. Next time I click the save icon, the title bar changes from the file name I saved it as to 'Word Work File D#####' (where # represents seemingly random numbers). 2020-3-31  How to troubleshoot problems that occur when you start or use Word. 3/30/2020; 13 minutes to read. This method includes renaming the global template file so that Word does not find it as expected when it restarts. Press F1 in Word to open Microsoft Word Help, type rename macros in the Search box, and then click Search to view the topic. How to Report a Bug to Microsoft. OK, so what is the upgrade path? How do I make the file work for 2016? DS: You can’t, you need to recreate the file in 2016. Me: But I have a brand new file I created with 2016, and it has the same issue. Nevertheless, if you pay them big time, at least you get access to their “support system”.

The preview release of the Surface Duo Emulator requires changes to allow Xamarin Android and Visual Studio to connect to it for deploying and debugging apps.

  1. Find the installation location of the Surface Duo Emulator. The default location is %USERPROFILE%SurfaceDuoEmulator.
  2. Open the artifacts folder inside of the installation folder.
  3. Make a backup copy of run.bat - You can copy it to something like run_androidstudio.bat.
  4. Open the file run.bat in a text editor.
  5. Replace the entire contents of the file with the snippet for your platform below:
  6. Verify the ANDROID_SDK_LOCATION path value near the top of the file is correct (the default Visual Studio install location is specified).
  1. Find the location you extracted the downloaded Surface Duo Emulator archive to.
  2. Make a backup copy of run.sh - You can copy it to something like run_androidstudio.sh.
  3. Open the file run.sh in a text editor.
  4. Replace the entire contents of the file with the snippet for your platform below:
  5. Verify the ANDROID_SDK_LOCATION path value near the top of the file is correct (the default Visual Studio install location is specified).

This section is not applicable to installing the emulator and SDK on Ubuntu or Debian.

Debugging your Xamarin Android App

Open your Project in Visual Studio, build it, and select <build> (Android 10.0 - API 29) (in the list of Running Devices) and deploy.

The name of the emulator in Visual Studio will be fixed in a future release.