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

Node: sync issues #647

Open
Maxnflaxl opened this issue Oct 31, 2024 · 5 comments
Open

Node: sync issues #647

Maxnflaxl opened this issue Oct 31, 2024 · 5 comments

Comments

@Maxnflaxl
Copy link
Member

No description provided.

@NeutrinoResonance
Copy link

Currently having issues with package resolution both when using Android Studio as well as well as Gradle directly.

Some research on these makes it appear that many of these packages are simply not available because of JCenter being shut down. MavenCentral and other repositories simply do not have them.

The Github repositories, however, often are. Packages could be imported or sub-module'd into this repository.

Course of action consensus is needed.

Could not determine the dependencies of task ':app:compileBeamtestnetDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:beamtestnetDebugCompileClasspath'.
   > Could not find org.jetbrains.anko:anko-commons:0.10.4.
     Required by:
         project :app
   > Could not find androidx.tonyodev.fetch2:xfetch2:3.1.4.
     Required by:
         project :app
   > Could not find com.samigehi:loadingview:1.1.
     Required by:
         project :app
   > Could not find me.relex:circleindicator:2.1.4.
     Required by:
         project :app
   > Could not find jp.wasabeef:blurry:3.0.0.
     Required by:
         project :app
   > Could not find com.mikhaellopez:gradientview:1.1.0.
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

@freQniK
Copy link

freQniK commented Jan 2, 2025

JCenter is not shut-down. IT was made readonly in early 2021 and you can still use it. In fact, I used it to build the recent APK of Cosmostation back in December (A popular Cosmos wallet). (https://github.com/MathNodes/cosmostation-android/releases/tag/v1.10.20)

Gradle will produce a warning and it is deprecated but that doesn't mean you cannot use it.

@freQniK
Copy link

freQniK commented Jan 2, 2025

@Maxnflaxl Do we have any output of syncing errors? I've never run into this and I have BEAM Android on 3 different Androids (Pixel 4, Pixel 5 and Pixel 6 - All Graphene)

@Maxnflaxl
Copy link
Member Author

@freQniK Not sure what you mean with output, but the UI doesn't show any errors it just doesn't load.
Good to know that it works on the Pixels.

@freQniK
Copy link

freQniK commented Jan 3, 2025

I just tried again on my Pix Six and the mobile node had no problems syncing. What I mean is debug output from a log of sorts. To better identify the source of the error.

Also, if we have Android versions where this isn't working and possibly make/model of phone it would help immensely with vm phones in studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants