2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java3,443 stars (3,443 stars)723 forks (723 forks)batch import
help wanted
Description
部分机型的一次打开正常,重新打开就不行了,退出 杀进程都不行,但是第一次打开100%成功 这是什么问题
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobilebackend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Android developmentJavaAndroid lifecycle
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- To reproduce the bug, set up a test activity that starts AndServer on first launch and then closes and reopens the app. Investigate the server's start and stop methods in the main library class (e.g., AndServer.java). Look for improper handling of Android lifecycle events like onCreate and onDestroy, and check for any static state that persists across sessions. The comments on the issue may provide additional reproduction steps or error logs.