Skip to content

Commit

Permalink
feat: building and running on a local android device!
Browse files Browse the repository at this point in the history
  • Loading branch information
russmatney committed Dec 2, 2024
1 parent 74c647e commit ddd0734
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ dist/
clips/

assets/songs/benburnes/

android/
18 changes: 9 additions & 9 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name="Linux"
platform="Linux"
runnable=true
runnable=false
advanced_options=true
dedicated_server=false
custom_features=""
Expand Down Expand Up @@ -88,7 +88,7 @@ progressive_web_app/background_color=Color(0, 0, 0, 1)

name="Windows Desktop"
platform="Windows Desktop"
runnable=true
runnable=false
advanced_options=false
dedicated_server=false
custom_features=""
Expand Down Expand Up @@ -157,7 +157,7 @@ texture_format/etc2=false

name="macOS"
platform="macOS"
runnable=true
runnable=false
advanced_options=false
dedicated_server=false
custom_features=""
Expand Down Expand Up @@ -407,7 +407,7 @@ rm -rf \"{temp_dir}\""

name="iOS"
platform="iOS"
runnable=true
runnable=false
advanced_options=false
dedicated_server=false
custom_features=""
Expand Down Expand Up @@ -641,9 +641,9 @@ advanced_options=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
include_filter="*.txt, data.pandora"
exclude_filter=""
export_path=""
export_path="dist/dothop-android/dothop.aab"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand All @@ -654,11 +654,11 @@ script_export_mode=2

custom_template/debug=""
custom_template/release=""
gradle_build/use_gradle_build=false
gradle_build/use_gradle_build=true
gradle_build/gradle_build_directory=""
gradle_build/android_source_template=""
gradle_build/compress_native_libraries=false
gradle_build/export_format=0
gradle_build/export_format=1
gradle_build/min_sdk=""
gradle_build/target_sdk=""
architectures/armeabi-v7a=false
Expand All @@ -669,7 +669,7 @@ version/code=1
version/name=""
package/unique_name="com.example.dothop"
package/name="Dot Hop"
package/signed=true
package/signed=false
package/app_category=2
package/retain_data_on_uninstall=false
package/exclude_from_recents=false
Expand Down

0 comments on commit ddd0734

Please sign in to comment.