Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-compiled android app issues #2334

Open
monospare opened this issue Apr 26, 2023 · 4 comments
Open

self-compiled android app issues #2334

monospare opened this issue Apr 26, 2023 · 4 comments
Labels
need-more-info Further information from reporter required to proceed the issue

Comments

@monospare
Copy link

monospare commented Apr 26, 2023

i have tried merging updates from tagv5.0.0 still it shows this error, when clicking on create profile, it shows this error and i have tried other names also , still it says same things with longer error :-
apiCreateActiveUser: chatCmdError invalid json {
"type": "error",
"errorType": {
"type": "userExists",
"contactName": "thetanmay1"
}
}
photo_2023-04-27_04-27-11

@shumvgolove
Copy link
Contributor

Please specify the exact steps to reproduce the issue:

  1. git clone ...
  2. cd ...
  3. nix build ...
  4. etc.

@shumvgolove shumvgolove added the need-more-info Further information from reporter required to proceed the issue label Apr 27, 2023
@shumvgolove shumvgolove changed the title i have merge changes from the latest tagv5.0.0 still it shows this error when creating profile self-compiled android issues Apr 27, 2023
@shumvgolove shumvgolove changed the title self-compiled android issues self-compiled android app issues Apr 27, 2023
@monospare
Copy link
Author

Sir I have already build nix and all other steps and simplex chat app running on my android studio perfectly and account creation also working but when i try to merge changes into my branch from the latest tags like this :-

first i switch to my branch
git checkout tanmaybranch

git remote add upstream https://github.com/simplex-chat/simplex-chat.git

git fetch upstream

git merge tags/v5.0.0

then i resolved all conflicts and then i tried testing the app but then app runs but when creating profile it shows that error and here is my logcat :-

here is the logcat :- https://justpaste.it/cbhx8

@shumvgolove
Copy link
Contributor

Not sure that we can help without seeing changes that you've made, because clearly this is something on your end: v5.0.0 compiles and works successfully. Did you recompile libsimplex.so and libsupport.so after git merge tags/v5.0.0?

@ysavr
Copy link

ysavr commented Jul 26, 2024

hello, can you give me a step to build using android studio?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-more-info Further information from reporter required to proceed the issue
Projects
None yet
Development

No branches or pull requests

3 participants