MetaMask / MetaMask/metamask-mobile
Help me
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3k
- Forks
- 1.7k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 669
Description
Error build with Android studio
metamask-mobile/node_modules/react-native-aes-crypto/android/src/main/java/com/tectiv3/aes/RCTAes.java:103: error: method pbkdf2Sync(String,String,Integer,Integer) is already defined in class RCTAes
public String pbkdf2Sync(String pwd, String salt, Integer cost, Integer length)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Android Studio build and inspect metamask-mobile/node_modules/react-native-aes-crypto/android/src/main/java/com/tectiv3/aes/RCTAes.java around line 103. Trace the duplicate pbkdf2Sync declarations or dependency state shown by the compiler. The issue is complete when the Android build succeeds without this duplicate-method error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, react-native
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100