Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

OpenXbox/xbox-client-android

Repository files navigation

Xbox One Gamestreaming Android app

Build status Discord

DEPRECATED

__Project moved to https://github.com/OpenXbox/xbox-client-xamarin __

General

Use Visual Studio or Visual Studio for Mac to build this project.

The app is based on .NET library OpenXbox.SmartGlass

Dependencies

Building manually

export ANDROID_SDK_PATH="/path_to/Android/Sdk"
export ANDROID_NDK_PATH="/path_to/Android/Sdk/ndk-bundle"
export AndroidSdkDirectory="/path_to/Android/Sdk"
export BUILD_TYPE="Debug"
# Or use:
# export BUILD_TYPE="Release"

# Fetch git submodules
git submodule update --init --recursive

# Fetch dependencies from NuGet
msbuild /t:Restore

# Build APK
msbuild /p:Configuration=${BUILD_TYPE} /t:PackageForAndroid

# Build APK & push to device
msbuild /p:Configuration=${BUILD_TYPE} /t:install

Sneak preview

xNano Android Xbox Gamestreaming - alpha