Italian avviando la app in modalità debug ricevo questo errore "Could not create the Java Virtual Machine."

tmtube73

Active Member
Licensed User
qualcuno sa dirmi come risolvere?


B4A Versione: 11.00
Analisi del Codice. (0.00s)
Java Versione: 8
Building folders structure. (0.02s)
Compilazione del codice. (0.02s)
Compilazione del codice di layouts (0.01s)
Organizzazione Librerie. (0.02s)
(AndroidX SDK)
Compiling resources (0.39s)
Linking resources (0.35s)
Compilazione del codice debugger. Error
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Error occurred during initialization of VM
Could not reserve enough space for object heap
 

udg

Expert
Licensed User
Longtime User
Hai già provato con
SetApplicationAttribute(android:largeHeap,"true")
nel Manifest?
 

tmtube73

Active Member
Licensed User
ho risolto era il percorso sbagliato del jdk adesso però avviando il debug esce questo messaggio

Firmo il package file ( chiave di debug ). Error
Unsupported option: --v3-signing-enabled. See --help for supported options.

qualche idea di che cosa possa essere?
 
Top