Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 05-14-2018, 22:28
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 907
Rept. Given: 70
Rept. Rcvd 663 Times in 279 Posts
Thanks Given: 66
Thanks Rcvd at 3,829 Times in 719 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
Android SDK with eclipse ADT - minimum

Android SDK with eclipse ADT - minimum
Original location:
https://pirateproxybay.info/torrent/8729618/Complete_android_SDK_with_eclipse_ADT_and_JDK_JRE_(Windows)

You should set the SDK location to Android\android-sdk-windows
sdk is in android-sdk-windows directory

FirstThings:
Choose File->New Android Project
choose as target SDK Android 4.0.3

The package name shouldn't be "package"

After creating the project, on Project uncheck "Build Automatically"
else you won't be able to build your project!

Where is the design mode?
on xml layout:
on your project, res subdirectory, layout subdirectory
and there you will find main.xml

Eclipse create released signed apk:
Right-click your project in Eclipse > Choose Android Tool
> Export Signed Application Package...

Download link:
https://www3.zippyshare.com/v/csQo3ka3/file.html

I will make some permananet link,
but first I must make sure it is working.
so please report!
Reply With Quote
The Following 2 Users Say Thank You to CodeCracker For This Useful Post:
niculaita (06-04-2018), TechLord (05-15-2018)
  #2  
Old 06-03-2018, 11:27
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 907
Rept. Given: 70
Rept. Rcvd 663 Times in 279 Posts
Thanks Given: 66
Thanks Rcvd at 3,829 Times in 719 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
Uploaded on ProgrammingLanguages dir on
https://drive.google.com/open?id=1MgSYo_makvDR9spf-XA7h8_ZJv67fSxy
and on
https://1drv.ms/f/s!ApMTkgZGX6psgReEQkgoUx33cmR2

Edit: also uploaded on https://sourceforge.net/projects/netbeansport/files/?source=navbar

It seems to work on both computers I've test.
This is just the minimal version requiring minimum of resources,
and generated apks will have small size.
Reply With Quote
The Following 3 Users Say Thank You to CodeCracker For This Useful Post:
dj-siba (06-03-2018), niculaita (06-04-2018), tonyweb (06-03-2018)
  #3  
Old 06-04-2018, 02:10
niculaita's Avatar
niculaita niculaita is offline
Family
 
Join Date: Jun 2011
Location: here
Posts: 1,478
Rept. Given: 1,009
Rept. Rcvd 95 Times in 65 Posts
Thanks Given: 5,446
Thanks Rcvd at 510 Times in 360 Posts
niculaita Reputation: 95
zippy 100% Free
No Download Limits
Up to 500MB per File
Unlimited Disk Space
No Sign Up Required
__________________
Decode and Conquer
Reply With Quote
  #4  
Old 05-18-2026, 13:43
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 907
Rept. Given: 70
Rept. Rcvd 663 Times in 279 Posts
Thanks Given: 66
Thanks Rcvd at 3,829 Times in 719 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
Notice that only one link was still valid:
https://1drv.ms/f/s!ApMTkgZGX6psgReEQkgoUx33cmR2

Re-uploaded to:
https://sourceforge.net/projects/freeportablesprograms/files/Programming/
(AndroidMinimum.rar)

I have a question: does anyone know from where I can get new "eclipse ADT".
I don't seem to find download link any where.
Reply With Quote
The Following User Says Thank You to CodeCracker For This Useful Post:
niculaita (05-18-2026)
  #5  
Old 06-08-2026, 11:46
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 907
Rept. Given: 70
Rept. Rcvd 663 Times in 279 Posts
Thanks Given: 66
Thanks Rcvd at 3,829 Times in 719 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
"adt-bundle-windows-x86-20140702+jre.rar":
https://stackoverflow.com/questions/27449206/what-is-the-final-version-of-the-adt-bundle
https://github.com/khaledev/ADT
https://docs.google.com/file/d/0B5JTI8WeLk_dZWs0YzVja1R3U3c/edit?resourcekey=0-I_jJHy9V8ZXPrLua5wZFEQ
https://github.com/zyunx/notes-android

Just uploaded updated "adt adt-bundle-windows-x86-20140702+jre.rar"
to https://sourceforge.net/projects/freeportablesprograms/files/Programming/

Start adt-bundle-windows-x86-20140702\eclipse\eclipse.exe
You shouldn't even start as administrator which is great.

Just choose an workspace;
Creating an project:
Choose File-> New Android Project
Enter project name, the package name shouldn't be "example" in "Package name" textbox you could enter for example com.test.testing as "Package name",
Minimum Required SDK:
API 12 - doesn't work
Api 13 - doesn't work
Api14/Api15/Api17/Api18 - work ok;

So Minimum Required SDK version should be set to at last 14.

Click Next button,
on next dialog called "Configure Project" just leave it to default settings and Next;
on next dialog called "Configure Launcher Icon" just leave it to default settings and Next;
on next dialog called "Create Activity" just leave it to default settings ("Create Activity" checked and "Blank Activity" selected) and click Next;
on next dialog called "Create a news black activity with and action bar" just leave it to default settings and click Finish button.
Great the first project is created.

After creating the project on main window on Project uncheck "Build Automatically"
else you won't be able to build your project!

Where is the design mode?
In the case of updated adt-bundle-windows-x86-20140702+jre.rar the main activity is expanded and selected;
is called "activity_main.xml"
You can find design more on selected Project->res sub-directory -> layout sub-directory is called "activity_main.xml"

Eclipse create released signed apk:
Right-click your project in Eclipse > Choose "Android Tool"
> Export Signed Application Package...
or > Export Unsigned Application Package...

Last edited by CodeCracker; 06-08-2026 at 13:06.
Reply With Quote
The Following User Says Thank You to CodeCracker For This Useful Post:
wx69wx2023 (06-09-2026)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
minimum internet alberto280 General Discussion 9 02-14-2020 02:40
Minimum Resign Calculator CodeCracker Community Tools 5 05-05-2017 03:54


All times are GMT +8. The time now is 02:39.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )