javaide icon indicating copy to clipboard operation
javaide copied to clipboard

android.support cannot be resolved

Open jbpcasoy opened this issue 4 years ago • 8 comments

Screenshot_20201010_135139

I can't import android.support libraries.

jbpcasoy avatar Oct 10 '20 05:10 jbpcasoy

add "//" Example would be // import...

Ron423c avatar Oct 16 '20 11:10 Ron423c

@Ron423c that would work but what I want is to use that library.

jbpcasoy avatar Nov 18 '20 02:11 jbpcasoy

you must use Android.support.v4.jar

El mar., 17 de noviembre de 2020 8:31 p. m., boogeymanCoder < [email protected]> escribió:

@Ron423c https://github.com/Ron423c that would work but what I want is to use that library.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tranleduy2000/javaide/issues/217#issuecomment-729336408, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMDG3XE7KQPETJV4RMUGC3SQMWXDANCNFSM4SK2WGSQ .

CristianUlloa avatar Nov 18 '20 02:11 CristianUlloa

@CristianUlloa How does that work? I found some information about that lately but they say you need to configure the gradle file but Java N-IDE doesn't support that, it says "//WARNING: JAVA N-IDE not support gradle system, do not edit this file, //you will be not receive any effect" inside the gradle file.

jbpcasoy avatar Nov 18 '20 03:11 jbpcasoy

you must download Android.support.v4.jar, then you must locate it in $ (project_path) / app / libs

El mar., 17 de noviembre de 2020 9:03 p. m., boogeymanCoder < [email protected]> escribió:

@CristianUlloa https://github.com/CristianUlloa How does that work? I found some information about that lately but they say you need to configure the gradle file but Java N-IDE doesn't support that, it says "//WARNING: JAVA N-IDE not support gradle system, do not edit this file, //you will be not receive any effect" inside the gradle file.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tranleduy2000/javaide/issues/217#issuecomment-729346126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMDG3SGXGJZ7FH6CQUH7F3SQM2RHANCNFSM4SK2WGSQ .

CristianUlloa avatar Nov 18 '20 03:11 CristianUlloa

your libraries (jar) you have to place them in this folder

El mar., 17 de noviembre de 2020 9:09 p. m., Cristhian Javier Ulloa Carmona [email protected] escribió:

you must download Android.support.v4.jar, then you must locate it in $ (project_path) / app / libs

El mar., 17 de noviembre de 2020 9:03 p. m., boogeymanCoder < [email protected]> escribió:

@CristianUlloa https://github.com/CristianUlloa How does that work? I found some information about that lately but they say you need to configure the gradle file but Java N-IDE doesn't support that, it says "//WARNING: JAVA N-IDE not support gradle system, do not edit this file, //you will be not receive any effect" inside the gradle file.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tranleduy2000/javaide/issues/217#issuecomment-729346126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMDG3SGXGJZ7FH6CQUH7F3SQM2RHANCNFSM4SK2WGSQ .

CristianUlloa avatar Nov 18 '20 03:11 CristianUlloa

Screenshot_20201118_173800 @CristianUlloa it worked for me, that's a very big help. The only struggle now is where to find those libraries.

jbpcasoy avatar Nov 18 '20 09:11 jbpcasoy

https://jar-download.com/

El mié., 18 de noviembre de 2020 3:42 a. m., boogeymanCoder < [email protected]> escribió:

[image: Screenshot_20201118_173800] https://user-images.githubusercontent.com/72642782/99512980-14408180-29c5-11eb-8a3d-c664d023c680.jpg @CristianUlloa https://github.com/CristianUlloa it worked for me, that's a very big help. The only struggle now was where to find those libraries.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tranleduy2000/javaide/issues/217#issuecomment-729559395, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMDG3T6UNK24HGBOWRFEJ3SQOJHVANCNFSM4SK2WGSQ .

CristianUlloa avatar Nov 18 '20 11:11 CristianUlloa