Android Question diffenze tra debug e release (ofuscated)

mostosoft

Member
Licensed User
Saluti, qualcuno sa dirmi che differenze ci sono tra il debug e quando viene creare una release? nel mio progetto ho delle classi java aggiunte come additionaljar, se le utilizzo in debug l'applicazione funziona correttamente, se creo la release l'applicazione non parte come se mancassero delle librerie (IndexOutBoundException nella classe java),c'è un procedimento particolare da fare nella release? grazie anticipate
 

DonManfred

Expert
Licensed User
Longtime User
This is the english part of the forum. Please ask your question here in english.
Alternatively you can post the question in the Italian forum.
 
Upvote 0
D

Deleted member 103

Guest
Saluti, qualcuno sa dirmi che differenze ci sono tra il debug e quando viene creare una release? nel mio progetto ho delle classi java aggiunte come additionaljar, se le utilizzo in debug l'applicazione funziona correttamente, se creo la release l'applicazione non parte come se mancassero delle librerie (IndexOutBoundException nella classe java),c'è un procedimento particolare da fare nella release? grazie anticipate

Translated with google translator: :p
Greetings, can anyone tell me what differences there are between debugging and when a release is created? in my project I have java classes added as additionaljar, if I use them in debug the application works correctly, if I create the release the application does not start as if there were no libraries (IndexOutBoundException in the java class), there is a particular procedure to do in the release? thanks in advance
 
Upvote 0

mostosoft

Member
Licensed User
sorry, someone can explain if there are differences between debug mode and release? in my project I included additional jar, if i use them the APP in debug mode works correctly, when I create the release the app doesn't work how if a jar is missed (the error is IndexOutBoundException)
is there a particular condition to follow to create a release? thanks
 
Upvote 0
Top