8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java7,202 stars (7,202 stars)1,534 forks (1,534 forks)batch import
enhancementhelp wanted
Description
改了app build.gradle 和项目的 build.gradle 后直接运行就报这个

Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- 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.
- unclear
- Prerequisites
- Android development experienceGradle build systemRePlugin basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the build.gradle configuration and ensure proper dependency management. Check the RePlugin documentation for plugin integration steps. The error suggests a jar merging conflict, possibly due to duplicate classes. Examine the screenshot and reproduce the issue in a fresh project to isolate the problem.