# bytedance/CodeLocator

Repository: https://github.com/bytedance/CodeLocator
Canonical: https://ross.abutalabs.com/products/codelocator
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2025-08-26T11:35:13+00:00

## Health v2 (maintenance only)
Score: 41/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 38, release rhythm 12, longevity 100
- inputs: {"age_days": 1841, "days_push": 372, "days_rel": 372, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2156, forks 181 (observed 2026-08-28T04:06:19.708914+00:00)

## What it is
CodeLocator is an Android debugging toolset consisting of an Android SDK and an Android Studio plugin that lets developers inspect and interact with a running app's UI. It shows the current view hierarchy, Activity and Fragment info, and enables jumping from a View to its code or XML layout location.

## Use cases
- inspect the view hierarchy of a running Android app
- jump from a View to its click handler or findViewById code
- edit View properties like visibility and text at runtime
- find which View is receiving touch events
- locate and install the latest APK from an Android Studio project
- quickly toggle layout bounds and overdraw visualization
- view current Activity and Fragment information while debugging

## When to choose
- you develop Android apps and need runtime UI inspection and code navigation
- you want to trace a UI element back to its source code or layout XML
- you debug touch handling or View state issues on device

## When to avoid
- you develop for iOS or non-Android platforms
- you need automated UI testing rather than interactive inspection
- your project has not migrated to AndroidX and you need maintained support-library integration

## Facets
- artifact type: plugin
- maturity: active
- function: developer-tools, gui, editor
- domain: developer-tools, mobile-development, android-tools
- platform: windows, editor-plugin
- tags: android-studio-plugin, view-inspection, debugging, code-navigation, ui-debugging, android, macos

## Member repositories
- bytedance/CodeLocator (main) score 41

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:19.708914+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:50:27.480594+00:00, confidence not recorded.
  - readme: https://github.com/bytedance/CodeLocator (fetched 2026-08-28T04:06:19.708914+00:00, sha efe7e03507dd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
