Change Log

3.0.35 (2026.07.23)

  1. [feature] Supports Jugg CLI skills, allows AI coding agents to independently bridge the gap between development and validation in a rapid closed loop
  2. [feature] Supports Android test incremental compilation
  3. [feature] Supports debug button to debug break point
  4. [feature] Supports incremental compilation on release APK with R8 minify and AabResGuard
  5. [feature] Supports KSP(only available for kuikly @Page for now)
  6. [feature] Supports const reference effect detect
  7. [feature] Windows & Linux supports target API 35 in resource compilation
  8. [feature] Supports Gradle 9.2.1
  9. [feature] Auto repair incomplete Gradle Wrapper launch files when gradle-wrapper.properties already exists
  10. [optimize] Fixes could cause the IDE to stuck for some time, during initialization after downgrade completion
  11. [optimize] avoid restart App 1-2 times when deploy state not matched; speed up deployment on App restart
  12. [optimize] Introduce automatic dex merge during the deployment stage to fix OOM scenarios triggered when deploying a large number of classes (>1000)
  13. [optimize] Improve databinding compile compatibility
  14. [optimize] Remove windows log file lock
  15. [bugfix] Fix some device occurs WebView crash with compatible issues
  16. [bugfix] Fix deploy may fail in sometime on projects with res size > 15000
  17. [bugfix] Fix AbstractMethodException:When compiling Kotlin `internal` methods within a multi-module Gradle project, a probabilistic inconsistency occurs between the module name and the base APK.
  18. [bugfix] Fix untracked file rollbacks on first time compile
  19. [bugfix] Fix Kotlin compile may be failed when multiple projects opened with different Kotlin version
  20. [bugfix] Fix compile failed when using ./gradlew clean assembleDebug due to clean removing artifacts required by Jugg
  21. [bugfix] Fix incomplete overlay may remain after split full resource deploy failure and cause app startup resource crash
  22. [bugfix] Fix remote compilation might not actually stop after clicking "Stop."
  23. [bugfix] Fix default method desugar flag being misdetected in multi-APK projects, which could cause AbstractMethodError after incremental compilation
  24. [bugfix] Fix Run/Debug configuration remote compile fields being stretched after adding additional exclude patterns
  25. [bugfix] Improve Additional exclude patterns hint and parsing to use semicolon-separated rsync patterns while keeping old comma-separated values compatible
  26. [bugfix] Fix NoSuchFieldError after adding declare-styleable when main R.styleable dex was omitted from incremental deployment
  27. [bugfix] Fix project info init script compilation on Gradle 6.8
  28. [bugfix] Hide recoverable DataBinding compilation failures from user-visible warnings while preserving debug logs
  29. [bugfix] Respect the selected devices on Android Studio Quail instead of deploying to all connected devices
  30. [bugfix] Fix incremental compilation losing the application R.jar when composite builds contain duplicate app module names

2.6.32 (2026.06.26)

  1. [feature] supports Android Studio Quail 1
  2. [feature] supports Android Studio Panda 4
  3. [feature] supports Android Studio Otter 2 Feature Drop
  4. [feature] supports export incremental APK
  5. [feature] supports clean and reinstall app
  6. [feature] supports embed to APK on run to let Android RemoteViews work
  7. [feature] supports running on CI
  8. [feature] supports side effect checking with dynamic feature modules(AAB)
  9. [feature] supports AppComponentFactory in compat mode / embed mode
  10. [feature] compat with configuration cache
  11. [feature] supports environment variables for remote compilation
  12. [feature] Default don't fallback to gradle when deploy failed
  13. [optimize] optimize reading info from gradle
  14. [optimize] improve compatibility with android.enableJetifier=false, avoid compilation failed by dependencies missing
  15. [optimize] compat with "classes compiled by an unstable version of the Kotlin compiler"
  16. [optimize] scroll content when content too much in remote compile application
  17. [optimize] Retry report issue upload across configured servers
  18. [bugfix] fix dependency may be missing if ide name is like 'example.lib_common.lib2.main~1'
  19. [bugfix] fix report issues failed sometimes
  20. [bugfix] fix compat issue with Kotlin 1.3 and Gradle 6.1
  21. [bugfix] fix variant is wrong and incremental compilation failed, after switch build variants in IDE panel
  22. [bugfix] fix boot crash if android:appComponentFactory is invalid
  23. [bugfix] fix remote compilation failed with rsync if ssh key in .ssh too much
  24. [bugfix] fix gradle compilation failed when using command like "subDir/gradlew"
  25. [bugfix] Compat with some module use compileSdk = 36
  26. [bugfix] fix Windows stuck when configuration UI switch to SyncMode.iFT / SyncMode.RSYNC; fix some ssh stuck when using remote compile
  27. [bugfix] fix remote compile may stop unexpected with NumberFormatException when PTY echoes exit code template
  28. [bugfix] fix report issue upload failure after server fallback marks the upload server as forbidden

2.5.0 (2025.11.11)

  1. [feature] supports view binding/data binding
  2. [feature] supports dynamic feature modules(AAB)
  3. [feature] supports Kotlin 2.2
  4. [feature] supports coreLibraryDesugaringEnabled
  5. [feature] supports target api 35, e.g. android:windowOptOutEdgeToEdgeEnforcement
  6. [optimize] optimize compilation commands to identify whether compatibility mode can be enabled.
  7. [bugfix] fix "Parent job is Cancelling" when installing

2.4.0 (2025.10.23)

  1. [feature] supports Android Studio Narwhal 4 Feature Drop
  2. [feature] supports RPC invocation
  3. [feature] supports KMM compose (Kuikly compose)
  4. [feature] fallback button supports fallback without selecting jugg run configuration
  5. [optimize] limit logger size to 100MB
  6. [optimize] compat with Kotlin plugin that requires options, and we haven't provided, which will cause compilation error
  7. [optimize] default close "Enable Backup Classpath" for better speed when clean project
  8. [optimize] avoid big GC by actively calling (no idea whether it helps)
  9. [optimize] optimize gradle includeBuild compatibility
  10. [bugfix] fix styleable compile failed when having dynamic feature modules
  11. [bugfix] fix Narwhal Feature Drop cannot create run configuration
  12. [bugfix] "Parent job is Cancelling" when installing APK
  13. [bugfix] fix install plugin failed below Android Studio Electric Eel
  14. [bugfix] fix gradle compilation failed by java.io.FileNotFoundException: (Operation not supported on socket)
  15. [bugfix] fix some compose file cannot compile
  16. [bugfix] compat with "cannot inline bytecode built with JVM target 21 into bytecode that is being built with JVM target 1.8. Specify proper '-jvm-target' option."
  17. [bugfix] fix cannot sync project classpath outside project root
  18. [bugfix] fix get compose plugin failed by parent gradle module not found
  19. [bugfix] fix server report failed
  20. [bugfix] fix jugg may choose armeabi-v7a.apk and cause unexpect result, priority use arm64-v8a -> universal -> first

2.3.0 (2025.08.03)

  1. [feature] supports Android Studio Narwhal Feature Drop
  2. [feature] supports Java 21
  3. [feature] supports remote server application
  4. [feature] fix rsync not work properly, use embedded rsync(version 3.4.1)
  5. [optimize] don't filter won't compile modules for better robust
  6. [optimize] show fetch classpath progress
  7. [bugfix] fix declaration not found after gradle compilation without IDE sync
  8. [bugfix] fix "com.android.tools.r8.CompilationFailedException" after installing APK
  9. [bugfix] fix dependencies not found for kmm module in some projects
  10. [bugfix] fix "Compile files too much(xxx files), will fallback to gradle compile for better performance."
  11. [bugfix] fix remote compile failed on macOS with intel chip
  12. [bugfix] fix R.styleable reference not found when using namespace or nonTransitiveRClass is enabled

2.2.0 (2025.05.21)

  1. [feature] supports Kotlin compose
  2. [feature] supports Kotlin @Parcelize annotation
  3. [feature] supports using project Kotlin compiler
  4. [feature] supports Android Studio Meerkat / Narwhal
  5. [feature] supports Intellij Idea 2024 / 2025
  6. [feature] supports "Clean and Reset Jugg",use it when Jugg unable to fallback
  7. [optimize] optimize the recover strategy of library dependency missing after cleaned by gradle
  8. [optimize] optimize auto downgrade condition, avoiding Android App stuck when deploying over 1000 classes
  9. [optimize] reinstall APK at the third time deployment timout, fallback at the fourth time
  10. [optimize] restart ADB when ADB is not responding
  11. [bugfix] fix cannot found resource when loading standalone apk by PackageManager.getResourcesForApplication
  12. [bugfix] fix NullPointException on Android 8.0 when startup
  13. [bugfix] fix Android 15 cannot use hot reload under Android Studio Meerkat
  14. [bugfix] fix no changes found in library incremental compilation when updates jar on Windows
  15. [bugfix] fix library incremental compilation failed when detects kotlin changed sometimes
  16. [bugfix] fix findViewById null after macOS upgrade to 15.4 on some devices. Add rsync compatible check
  17. [bugfix] fix R.styleable not found error after resource incremental compilation on projects that has split R logic
  18. [bugfix] fix Java compilation failed when Idea using JVM that not supports 1.7
  19. [bugfix] fix "XXX is compiled by a pre-release version" with Kotlin 1.3 in some situations

2.1.0 (2025.02.23)

  1. [feature] supports hot update from server
  2. [feature] resource incremental compile supports mac aarch64 without rosetta
  3. [feature] supports customize compiler for different projects
  4. [bugfix] fix device selector not selectable on project opened at first time
  5. [bugfix] fix "Deploy Changes failed" sometimes when last time compile failed
  6. [bugfix] fix local.properties not excluded when sync multiple projects in remote build

2.0.1 (2024.01.15)

  1. [feature] supports native library updates
  2. [feature] compat with Android Studio Bumblebee
  3. [feature] compat with Kotlin 1.4
  4. [feature] supports fetch build file match rules from server
  5. [optimize] stop compilation directly when part of files failed to compile
  6. [optimize] auto copy generated source to local after gradle compilation
  7. [optimize] optimize some UX
  8. [optimize] better collecting error logs for kotlin compiler errors
  9. [optimize] fallback directly when last gradle build failed, which is more make sense for user
  10. [optimize] optimize memory usage on "Init Incremental Compile"
  11. [bugfix] fix compatible issues with AGP 3.4.2 / 3.5.4
  12. [bugfix] fix AbstractMethodError when implement lambda by an interface which contains default implementation
  13. [bugfix] fix dead loop by input waiting when ks-key-alias has password
  14. [bugfix] fix compile failed after change case of a new file
  15. [bugfix] fix missing change file after remove its directory and restore in file explorer
  16. [bugfix] fix deployment easy to timeout when res files is over 40,000
  17. [bugfix] fix resource change not effected on Android 15 after hot reload
  18. [bugfix] fix library incremental compilation incorrect when aar has multiple jars
  19. [bugfix] fix AbstractMethodError in library incremental compilation, when adding a default method in interface
  20. [bugfix] fix "Sync file from local to remote failed, please check your sync client is opened." sometimes
  21. [bugfix] fix fetching APK failed when using rsync with ssh key
  22. [bugfix] fix Jugg not work properly after coping a compiled project
  23. [bugfix] fix crash after triggering RJavaFixer on pages using kotlinx.android.synthetic in git submodule
  24. [bugfix] fix "unresolved reference" for R.id.xxx if first compiling res with new ID then using it in source files
  25. [bugfix] fix compile failed after convert Java to Kotlin and method is changed
  26. [bugfix] fix remote compilation failed with rsync + password on Mac aarch64

2.0.0 (2024.10.14)

  1. [feature] supports device below Android 11!
  2. [feature] supports library incremental compilation!
  3. [feature] supports AndroidManifest.xml incremental compilation!
  4. [feature] supports copy generated source to local
  5. [feature] compatible with gradle 8.x
  6. [feature] ignore modules that won't compile with APK
  7. [feature] add a button to fallback directly
  8. [optimize] avoid recompile files after device connected
  9. [optimize] showing more compile progress on IDE
  10. [bugfix] fix file changes may miss when git checkout or git pull, until project reopened
  11. [bugfix] fix "unresolved declaration" by dependency missing after IDE sync sometimes
  12. [bugfix] fix SQLite exception: [SQLITE_TOOBIG] String or BLOB exceeds size limit (statement too long) when deploy too much classes
  13. [bugfix] fix new project won't remember last compiled sync mode
  14. [bugfix] fix Huawei HarmonyOS 4.2 HOT-FIX deploy has no effects
  15. [bugfix] fix Xiaomi HyperOS meets MISS_AGENT_RESPONSE deploy error
  16. [bugfix] fix can not stop gradle compile when Jugg is syncing files
  17. [bugfix] fix Windows will rollback files when trigger file rollback check

1.2.3 (2024.07.12)

  1. [feature] supports Git worktree
  2. [feature] supports Git submodule
  3. [optimize] try to fix "No R.jar found in project, compile may fail." on first time init
  4. [bugfix] fix fallback by "AndroidManifest.xml changed" when using local build in some situation
  5. [bugfix] fix missing changed files on project opened, if file rollbacks to no change in Git

1.2.2 (2024.06.26)

  1. [feature] supports Kotlin 1.9
  2. [optimize] fix "Jugg compile not init"(low probability occurrence), which was caused by occasional failures in initializing project information
  3. [bugfix] fix aapt2 process leak after full build
  4. [bugfix] fix Jugg run config not generated on first time new created project opened
  5. [bugfix] fix NoSuchFieldError when invoking R.styleable.* after adding a new declare-styleable
  6. [bugfix] fix NoSuchFieldError when invoking R.id.* after adding a new id and using kotlinx.android.synthetic (KAE)
  7. [bugfix] fix Windows local build failed
  8. [bugfix] fix deploy failed when got hot reload error: "JVMTI_ERROR_INTERNAL"
  9. [bugfix] fix AVD starting up sometimes after project opening when no physical device
  10. [bugfix] fix AbstractMethodError when adding default implementation/params for Kotlin interface

1.2.1 (2024.04.24)

  1. [feature] one-click access optimize: auto-detect compile command and output apk path
  2. [feature] dump logcat while report issues
  3. [feature] install directly if install failed last time and no file changes
  4. [optimize] init project info after project opened instead of sync finished or sync skipped
  5. [optimize] fix warning log "WARN: getInputStream() should be called before connect()""
  6. [optimize] default config has different name to avoid overriding the normal config on next time scan
  7. [bugfix] fix NoSuchMethodError when add an optional argument to a top level function, and compile declaration file and invoke file together
  8. [bugfix] fix NoSuchMethodError for expand compilation not work properly
  9. [bugfix] fix auto-detect compile command and output apk path failed on Hedgehog and above
  10. [bugfix] fix remote login failed when too many ssh keys exists
  11. [bugfix] fix changes of gradle files in project root missing, after reopen project and sync
  12. [bugfix] fix jugg released when other plugin updates
  13. [bugfix] fix AbstractMethodError caused by desugar default interface failure, when the default interface is the parent interface of the modified class

1.2.0 (2024.02.04)

  1. [feature] supports detect file rollback
  2. [feature] supports custom server url and build file detection
  3. [feature] supports pull notification from server
  4. [feature] add mock events in "More options" for tests
  5. [feature] supports rsync with remote compile
  6. [feature] supports login with SSH key
  7. [optimize] optimize OOM by VM for too much dex files by enabling Java 8 desugar, remove redex logic
  8. [optimize] copy local classpath to jugg dir to avoid broken by gradle
  9. [optimize] retry with recreating compiler once when no error or error too much
  10. [optimize] improve speed of searching apk on local mode
  11. [bugfix] fix changed file during gradle compilation is missing after reopen project
  12. [bugfix] fix dex error "com.android.tools.r8.CompilationFailedException: Compilation failed to complete"
  13. [bugfix] fix RunConfiguration may reset after reopen project
  14. [bugfix] fix sourceFileManager deleted rollback files
  15. [bugfix] fix d8 "Compilation failed to complete: java.lang.NoSuchMethodError: 'com.android.tools.r8.jetbrains.kotlinx.metadata.jvm.KotlinClassMetadata"
  16. [bugfix] fix "error: unresolved reference" for newly added R id after source compilation
  17. [bugfix] fix run configuration is overridden after old version upgraded
  18. [bugfix] fix deadlock when "Waiting Jugg initializing finish" before "Warm Up Compile"
  19. [bugfix] fix Chipmunk 'java.lang.IllegalArgumentException' on dexing class file
  20. [bugfix] fix database unable to reinit after full compilation if broken
  21. [bugfix] fix custom changed build file is gone after sync project

1.1.13 (2024.01.13)

  1. [optimize] recreate JavaCompiler once when JavaTask call failed with no error
  2. [bugfix] fix run configuration not created after Hedgehog
  3. [bugfix] fix local gradle compile failed by env not correctly set
  4. [bugfix] fix AbstractMethodError when add codes of invocation interface static method
  5. [bugfix] fix interface default implementation not update if changing
  6. [bugfix] fix org.sqlite.SQLiteException: [tr] String or BLOB exceeds size limit (statement too long)
  7. [bugfix] fix redex error: Compilation failed to complete, Caused by: XXXX is defined multiple times
  8. [bugfix] fix "unresolved reference" when compile strings.xml in two different modules
  9. [bugfix] fix run configuration reset after reopen IDE
  10. [bugfix] fix remote compilation error "must be the parent of project path" when ift sync path equals project path
  11. [bugfix] fix "Run configuration is invalid" when using Windows with "/" and "\\" mixed
  12. [bugfix] fix Android Studio Dolphin can not listen sync event
  13. [bugfix] fix NullPointerException when adding a new static object field
  14. [bugfix] fix "AbstractMethodError" when delete a method which override the default function of interface with no redex triggered
  15. [bugfix] fix "AbstractMethodError" when A trigger B redex, and B implements C which has default method

1.1.12 (2023.12.22)

  1. [feature] run configuration supports select template
  2. [feature] show confirm dialog when "No file changes"
  3. [optimize] increase "Too many changes" limit for gigantic project
  4. [optimize] no longer needs an android run configuration to run Jugg
  5. [optimize] waiting Jugg initializing finish before start a new compilation
  6. [optimize] UX: add more indicator state
  7. [bugfix] fix local gradle build failed by JAVA_HOME not correct
  8. [bugfix] fix NoSuchMethodError by effected class not found, after inner static class method / companion class method changed
  9. [bugfix] fix AbstractMethodError when new classes implement interface with default methods

1.1.11 (2023.12.13)

  1. [feature] add "Restart App" button to MainToolbar
  2. [feature] supports multiple device deployment by choosing in device select box
  3. [feature] local.properties and gradle.properties changes also fallback to gradle compilation
  4. [feature] supports multiple project sync
  5. [feature] isolate remote run configuration
  6. [optimize] improve deploy speed by creating JuggDeploymentService to replace DeploymentService for better performance
  7. [optimize] avoid all res compilation failed after inclink failed once
  8. [optimize] add maxCompileSourceFiles limit to fallback to gradle
  9. [optimize] add run time in indicator
  10. [optimize] reopen KotlinCompiler warmUp to increase speed of "logging: configuring the compilation environment"
  11. [bugfix] fix compile android.jar API error for compileSdkVersion not match. Use module compileSdkVersion first
  12. [bugfix] fix isNeedReloadProjectInfo is always true on new IDE
  13. [bugfix] fix Init Project Info failed by exception when reparse gradle
  14. [bugfix] fix kotlin language version not match the build.gradle, which makes error "and is not allowed on a nullable receiver"
  15. [bugfix] fix fetch remote classpath failed if remoteSyncPath ends with '/'

1.1.10 (2023.12.08)

  1. [feature] supports Android Studio Iguana
  2. [optimize] auto reload table after kill aapt2 process
  3. [optimize] supports recover feature on projects that git root directory is project's parent file
  4. [optimize] remove redundant ref records (reduce 50% rows)
  5. [bugfix] fix NoSuchMethodError when invoke static interface method
  6. [bugfix] fix Android Studio Chipmunk Dolphin won't init project infos
  7. [bugfix] fix aapt2-inclink process leak
  8. [bugfix] fix kotlin-android-extensions error "error: unresolved reference. None of the following candidates is applicable because of receiver type mismatch"
  9. [bugfix] fix dead loop when files are effected files for each other
  10. [bugfix] fix "Find module compile order failed"
  11. [bugfix] fix compilation error "can not find symbol" with jars in project dir
  12. [bugfix] fix android_* attrs in styleable not loaded after last bugfix commit

1.1.9 (2023.11.22)

  1. [feature] well supports Windows!
  2. [optimize] do not recreate K2JVMCompilerIsolate for better compilation speed
  3. [optimize] supports cancel during compilation
  4. [optimize] speed up initialization: remove KotlinCompiler warmup because it doesn't help much
  5. [optimize] effected source files won't save to DeployFileManager to avoid recompilation
  6. [bugfix] fix styleable attr index not correct after compile styleables
  7. [bugfix] fix Kotlin error: "type mismatch", "cannot access class" when compiling with data binding. add generated source into -Xjava-source-roots
  8. [bugfix] fix error: Exception: [SQLITE_ERROR] SQL error or missing database (Expression tree is too large (maximum depth 1000))
  9. [bugfix] fix AbstractMethodError when file once compiled successfully, and invoked function was changed later
  10. [bugfix] fix error: "org.sqlite.SQLiteException: [SQLITE_CONSTRAINT_PRIMARYKEY] A PRIMARY KEY constraint failed (UNIQUE constraint failed: file_infos.path)"
  11. [bugfix] fix compiling a deleted file sometimes

1.1.8 (2023.11.15)

  1. [feature] support specific remote sync path (optional)
  2. [feature] remote compilation supports empty password, and show enter dialog when clicking run
  3. [optimize] add fallback strategy: if compile times going to > 10, then fallback to gradle compile
  4. [optimize] fallback all to hot fix if there is any hot fix files for better performance
  5. [optimize] improve robustness of getting compile sdk version
  6. [optimize] hide password in dialog
  7. [optimize] read compile sdk version from ModuleJdkOrderEntry to improve robust
  8. [bugfix] fix running failed with remote compilation on Windows
  9. [bugfix] supports build variant, fix fetch classpath missing files when variant is not "debug"
  10. [bugfix] compat with Java 11 with Android Studio Dolphin
  11. [bugfix] fix can not see local variable after Deploying Java files. Add "-g" for javac to keep local variable name
  12. [bugfix] remote compilation sync failed when remote directory not exist

1.1.7 (2023.11.3)

  1. [optimize] improve tips of deploying result
  2. [optimize] optimize logic of getting platform and build-tools
  3. [bugfix] fix compatibility for Flamingo and below versions after supporting Giraffe
  4. [bugfix] passed unit test on Windows, fix failure of starting up and compiling resource
  5. [bugfix] fix getting the wrong Android Home

1.1.6 (2023.10.30)

  1. [feature] resource compilation supports Linux and Windows
  2. [optimize] retry with delay 5s when agent no response
  3. [optimize] decrease waiting time for deployable from 5s to 3s
  4. [optimize] update incremental update database condition for better performance
  5. [bugfix] fix compilation failed after full build then gradle sync on remote mode. Try to guess base dir and resolve the missing classpath
  6. [bugfix] fix references missing after incremental update database, because of over-ranged deletion
  7. [bugfix] fix missing new files on reopening project

1.1.5 (2023.10.25)

  1. [feature] supports get effect source files when adding new abstract methods
  2. [optimize] won't deploy R.dex because R fields has been inlined, to improve deploy speed and compatibility
  3. [optimize] make Kotlin compilation error clickable in IDE by replacing relative path to absolute path
  4. [bugfix] fix compilation failed after gradle sync, for dependencies not updated

1.1.4 (2023.10.18)

  1. [feature] add report issue function, add button to the run configuration window
  2. [feature] supports subdirectory for remote compile, add field for local to remote sync path
  3. [feature] collect and show gradle error output when compilation failed
  4. [optimize] improve progress indicator UX
  5. [optimize] optimize fallback reason
  6. [bugfix] fix deployed files not added on commit
  7. [bugfix] fix compile error in local compile, by using Java SDK of project instead of JAVA_HOME in env, to match the gradle JDK version
  8. [bugfix] fix compiled failed when Jugg directory has .DS_Store
  9. [bugfix] fix changes of layout XML not taken effect because aapt2 generates a 'layout-v22' XML
  10. [bugfix] fix error "file not found" when compile a new layout xml at the second time

1.1.3 (2023.10.09)

  1. [bugfix] fix R.styleable not generated. Let aapt2 supports import R.styleable.
  2. [bugfix] fix gradle compiler error "Type xxx.R${'\$'}anim is defined multiple times" after R compilation
  3. [bugfix] fix Run stop unexpected by catching error "org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (Expression tree is too large (maximum depth 1000))"

1.1.2 (2023.10.07)

  1. [bugfix] deploy state incorrect when using device running on different projects but same package name
  2. [bugfix] deploy state incorrect when using different devices running on one project

1.1.1 (2023.10.06)

  1. [bugfix] fix Jugg reloading the latest resource table after reopen project
  2. [bugfix] fix aapt2 daemon process not exit after project closed
  3. [bugfix] workaround for error "R+ Device should have FULL debugger swap support"
  4. [optimize] mark modified files during gradle compilation as uncompiled

1.1.0 (2023.10.06)

  1. [feature] resource compilation supports adding IDs

1.0.0 (2023.9.15)

  1. First release version