vogellacompany / com.vogella.vde

vogella development environment (VDE)
http://www.voclipse.com
3 stars 2 forks source link

Create voclipse for Android #43

Open vogella opened 10 years ago

vogella commented 10 years ago

For the Android training it would be handy to have a custom download for Android development

hendrikstill commented 10 years ago

:-) the title is a little bit confusing. Why not integrate it into the normal voclipse build? Whats about the licensing of the ADT?

vogella commented 10 years ago

Because ADT has annoying popups and error messages if the Android SDK is not installed (which is not allowed to be distributed).

For the ADT plug-in licence question, see https://groups.google.com/forum/#!topic/adt-dev/akodXK4yN00 which I posted today.

2014/1/10 Hendrik S notifications@github.com

:-) the title is a little bit confusing. Why not integrate it into the normal voclipse build? Whats about the licensing of the ADT?

— Reply to this email directly or view it on GitHubhttps://github.com/vogellacompany/com.vogella.vde/issues/43#issuecomment-32035236 .

hendrikstill commented 10 years ago

Okay, I guess the best idea is to make another product and include this in the build process or?

vogella commented 10 years ago

Yupp. I try to do this next week.

2014/1/10 Hendrik S notifications@github.com

Okay, I guess the best idea is to make another product and include this in the build process or?

— Reply to this email directly or view it on GitHubhttps://github.com/vogellacompany/com.vogella.vde/issues/43#issuecomment-32035996 .

Mailaender commented 10 years ago

For Windows you can workaround dependencies that can't be bundled with NSIS by checking for registry entries and then showing a pop-up with the download link if not found: https://github.com/Mailaender/com.voclipse.packaging/blob/master/voclipse-setup.nsi#L114