devSchnitzel / xbox-client-android

Android Gamestreaming App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Android Gamestreaming App

License:GNU General Public License v3.0


Languages

Language:C# 100.0%