User Tools

Site Tools


apachecordova

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apachecordova [2023/02/16 13:05] – created arezettapachecordova [2023/02/16 13:44] (current) – removed arezett
Line 1: Line 1:
-**Errores** 
- 
-__Expected a type RNGestureHandlerManager.h__ 
- 
-Hay que agregar en el archivo **RNGestureHandlerManager.h** en la linea 2  
-     #import <React/RCTEventDispatcher.h> 
- 
-__No visible @interface for RCTBundleURLProvider__ 
- 
-Remplazar el siguiente codigo 
-     return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];   
-por 
-     return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; 
-      
-      
- 
- 
-===== Requerimientos Cordova ===== 
- 
-Programas a instalar: 
-     - Android Studio 
-     - JDK (v. jdk1.8.0_351) 
-     - Node 
-     - Gradle (preferida 7.4) 
- 
- 
-=== ↓ ERRORES DE SESIÓN === 
- 
-Consola de comandos o powershell con cierre inesperado, código de error 1: 
- **Descripción**: Radica en bugs por corrupción de archivos del sistema 
- 
- **Solución optada**: Intentar soluciones de la página de vs code por troubleshoot: 
- https://code.visualstudio.com/docs/supporting/troubleshoot-terminal-launch, o reinstalar sistema operativo. 
- 
- 
-== Seteo de variables de entorno: ==  
- 
- **Descripción**: variables imprescindibles para desarrollo: 
- - ANDROID_SDK_ROOT 
- - JAVA_HOME 
- - PATH -------> - %JAVA_HOME%\bin 
- - C:\Program Files\Java\jdk1.8.0_351 (colocar JDK instalado) 
- - Sdk/platform-tools (buscar ruta completa) 
- - C:\Program Files\nodejs\ 
- - C:\Gradle\gradle-7.4\bin 
- - C:\Program Files\nodejs\ 
- 
- **Soluciones**: Para asegurar su ruta reiniciar el sistema y por cada programa buscar su versión en la powershell. EJ: node -v, gradle --version, etc. 
- 
-== No se pueden ejecutar comandos o scripts bloqueados: == 
- 
- **Descripción**: La consola al ejecutar un script devuelve un mensaje tal como el siguiente tal como 
- 'cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policie'. 
- 
- **Solución**: https://stackoverflow.com/questions/54776324/powershell-bug-execution-of-scripts-is-disabled-on-this-system 
- 
- 
-== Errores de Compilación: == 
- 
-(1) **Installed Build Tools revision 33.0.2 is corrupted. Remove and install again using the SDK Manager.** 
- 
--- (Renombrar d8 a dx) --https://stackoverflow.com/questions/68387270/android-studio-error-installed-build-tools-revision-31-0-0-is-corrupted 
- 
  
apachecordova.1676552714.txt.gz · Last modified: 2023/11/14 12:22 (external edit)