Skip to content

NamTThai/PokemonShowdownAndroidClient

Repository files navigation

PokemonShowdown Android Client

Deprecation notice

Hey guys, unfortunately I am unable to continue working on this project, because life and stuffs. My awesome friend is taking the app forward right now!!! He has all the latest swags. Check out his repository here

Requirements

  • AndroidStudio stable release
  • When you finish installing, go to SDK Manager and download all supporting stuffs. It doesn't hurt.
  • Android SDK
  • Java JDK

Setup

In AndroidStudio, choose Open Project and select the correct directory. From there, go to File > Project Structures and specify the correct path to Android SDK and Java JDK

  • Get Debug .apk file (for development)

./gradlew assembleDebug

  • Get Release .apk file

./gradlew assembleRelease

  • Install Debug .apk onto devices/emulators

./gradlew installDebug

  • Install and start PokemonShowdown with launcher activity:

./gradlew appStart (customized Gradle task)

  • Launch a non-launcher activity (Install .apk first and make sure adb is in the environment variable)

adb shell am start -n com.pokemonshowdown.app/.ActivityNameHere

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages