MetaMask / MetaMask/metamask-mobile

Help me

Open
#3,059 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

community
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.