tranleduy2000 / javaide

Code editor, java auto complete, java compiler, aapt, dx, zipsigner for Android
GNU General Public License v3.0
474 stars 159 forks source link

Library compiling and themes problem #94

Open martin640 opened 6 years ago

martin640 commented 6 years ago

I want to compile Android support v7 and v4 library and use for example AppCompatActivity or material design theme, but compiler seems to parse Java before syncing libraries with project.

SofeemLi commented 6 years ago

I... I'm not sure how to compile libraries and I didn't know that you can even do that in this IDE. I also have been trying to get the support libraries and themes working, I'm a beginner programmer you see. Support v4 is working okay but getting themes to work doesn't work and I get some error about the parent *.AppCompat not found. (I am glad I made my first app though)

Also do you think maybe you can bundle some android libraries with the app or maybe add a feature to download them so the IDE can properly intergrate them?