Проблема с компиляцией в apk файл

Добро пожаловать!

Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.

Зарегистрироваться!
Пользователь
Регистрация
27 Янв 2024
Сообщения
18
1) КРАТКО: Лаунчер для крмп мобайл на android studio не компилируется
2) ПОДРОБНО: Уже давненько на просторах интернета ищу лаунчер для игрушки, чтоб просто запустил игру и всё, максимально минималистичный, за всё время ни один не смог скопилировать, уже чего только не изучил, перепробовал, уже в gpt лез, постоянно какие-то странные ошибки, похоже на то что при компиляции он что-то не может скачать(приложу скрины или код ниже). Уже пробовал менять версии android studio, обновлять gradle, копался в sdk, но может я делал что-то не правильно:unsure:

Хочу заранее предупредить, я начинающий в этом, я почти ничего в этом не понимаю, вдруг найдётся человек который объяснить как компилировать эти лаунчеры, клиенты, не знаю я что это :D


ошибки:
Executing tasks: [:app:assembleDebug] in project C:\Users\Danilaa\Desktop\Black-Russia-Source-main

Starting Gradle Daemon...
Gradle Daemon started in 1 s 455 ms

> Configure project :app
AGPBI: {"kind":"warning","text":"The option setting 'android.overridePathCheck=true' is experimental.\nThe current default is 'false'.","sources":[{}]}
AGPBI: {"kind":"warning","text":"The option 'android.useDeprecatedNdk' is deprecated.\nThe current default is 'false'.\nIt has been removed from the current version of the Android Gradle plugin.\nNdkCompile is no longer supported","sources":[{}]}

> Task :app:createDebugVariantModel UP-TO-DATE
> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
> Task :app:compileDebugAidl NO-SOURCE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :app:generateDebugBuildConfig UP-TO-DATE
> Task :app:javaPreCompileDebug UP-TO-DATE
> Task :app:checkDebugAarMetadata FAILED
> Task :app:generateDebugResValues UP-TO-DATE
> Task :app:injectCrashlyticsMappingFileIdDebug UP-TO-DATE
> Task :app:mapDebugSourceSetPaths FAILED
> Task :app:generateDebugResources UP-TO-DATE
> Task :app:processDebugGoogleServices UP-TO-DATE
> Task :app:mergeDebugResources FAILED
> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :app:extractDeepLinksDebug UP-TO-DATE
> Task :app:processDebugMainManifest FAILED
> Task :app:mergeDebugShaders UP-TO-DATE
> Task :app:compileDebugShaders NO-SOURCE
> Task :app:generateDebugAssets UP-TO-DATE
> Task :app:mergeDebugAssets FAILED
> Task :app:processDebugJavaRes NO-SOURCE
> Task :app:checkDebugDuplicateClasses FAILED
> Task :app:desugarDebugFileDependencies FAILED
> Task :app:mergeDebugJniLibFolders UP-TO-DATE
> Task :app:mergeDebugNativeLibs FAILED
> Task :app:validateSigningDebug UP-TO-DATE
> Task :app:writeDebugAppMetadata UP-TO-DATE
> Task :app:writeDebugSigningConfigVersions UP-TO-DATE

FAILURE: Build completed with 8 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:mapDebugSourceSetPaths'.
> Error while evaluating property 'extraGeneratedResDir' of task ':app:mapDebugSourceSetPaths'
   > Failed to calculate the value of task ':app:mapDebugSourceSetPaths' property 'extraGeneratedResDir'.
      > Querying the mapped value of provider(java.util.Set) before task ':app:processDebugGoogleServices' has completed is not supported

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:desugarDebugFileDependencies'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:mergeDebugNativeLibs'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find ru.egslava:MaskedEditText:1.0.5.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jcenter.bintray.com/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
       - https://jitpack.io/ru/egslava/MaskedEditText/1.0.5/MaskedEditText-1.0.5.pom
     Required by:
         project :app
   > Could not find com.dinuscxj:circleprogressbar:1.3.6.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jcenter.bintray.com/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
       - https://jitpack.io/com/dinuscxj/circleprogressbar/1.3.6/circleprogressbar-1.3.6.pom
     Required by:
         project :app
   > Could not resolve com.mindorks.android:prdownloader:0.6.0.
     Required by:
         project :app
      > Could not resolve com.mindorks.android:prdownloader:0.6.0.
         > Could not get resource 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'.
            > Could not GET 'https://jitpack.io/com/mindorks/android/prdownloader/0.6.0/prdownloader-0.6.0.pom'. Received status code 401 from server: Unauthorized
   > Could not find any matches for com.hzy:un7zip:+ as no versions of com.hzy:un7zip are available.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/hzy/un7zip/maven-metadata.xml
       - https://jcenter.bintray.com/com/hzy/un7zip/maven-metadata.xml
       - https://jitpack.io/com/hzy/un7zip/maven-metadata.xml
     Required by:
         project :app
   > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
     Required by:
         project :app
      > Could not resolve com.github.smarteist:autoimageslider:1.4.0.
         > Could not get resource 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'.
            > Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 12s
21 actionable tasks: 8 executed, 13 up-to-date
 

Вложения

  • изображение_2025-09-21_170506789.png
    изображение_2025-09-21_170506789.png
    54.5 KB · Просмотры: 16
Пользователь
Регистрация
5 Июл 2022
Сообщения
188
По логам куча старого барахла, JCenter давно мёртвый, а JitPack иногда глючит с авторизацией. Замени jcenter() на mavenCentral(), добавь maven { url 'https://jitpack.io' } в build.gradle, убери android.useDeprecatedNdk, очисти кеш в Studio, сделай Clean и Rebuild.
Если не пойдёт то скинь gradle файлы, посмотрю.
 
Заблокированный
Регистрация
17 Июн 2025
Сообщения
1,670
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки. Мы не несем ответственности за действия пользователя вне форума.
А это разве в js проблемы что он не компилируется? Как я знаю на джаваскрипте нету компиляции в АПК файл.
 
Пользователь
Регистрация
8 Янв 2025
Сообщения
238
А это разве в js проблемы что он не компилируется? Как я знаю на джаваскрипте нету компиляции в АПК файл.

Какой JS? Лол)
Это Java и С++ с NDK
Устаревшие функции можно просто удалить, а библиотеки обновить или заменить другими)
 
Заблокированный
Регистрация
17 Июн 2025
Сообщения
1,670
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки. Мы не несем ответственности за действия пользователя вне форума.
Какой JS? Лол)
Это Java и С++ с NDK
Устаревшие функции можно просто удалить, а библиотеки обновить или заменить другими)
Я про раздел. Это JavaScript
 
Сверху