You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix config.ini parsing to handle spaces around equals sign
- config.ini format uses "key = value" with spaces, not "key=value"
- Fix image.sysdir.1 parsing to handle spaces: "image.sysdir.1 = system-images/..."
- Fix hw.device.name parsing to handle spaces: "hw.device.name = pixel_7"
- Use line.indexOf('=') instead of startsWith with hardcoded offset
- Add debug logging to trace extraction process
- Now correctly extracts Android version (e.g., "Android 15" from API 35)
- Now correctly extracts device type (e.g., "Pixel 7" from pixel_7)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments