• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

put my Android app on server

 
Ranch Hand
Posts: 231
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hii

I have created an android application using eclipse..
Now, want to upload that application on my college's server..

How can i upload my android application??
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any .apk file is a binary file like any other; do you know how to upload files in general?
 
shivam singhal
Ranch Hand
Posts: 231
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually i am Administrator at MANNET - its a network managing team of College of engineering roorkee

Here we have server to which we provide usefull softwares to hostelers ..
so, we have uploaded lots of things on our hostel's site.. BUT
Have no idea .. about how to put android application on our hostel's site..

Yeah i know about .apk file.. its in Bin folder but only *.apk file is necessary to upload and provide necessary link on hostel's site to make my android app available to my college students.. ??
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
An Android app consists of a single .apk file, nothing else.

About creating a link you have to ask the site admin; we can't begin to speculate how that might work on your site.
 
shivam singhal
Ranch Hand
Posts: 231
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks ulf..
Its a general linking,, i have done that and done my work,,
now, my app.. is available to full college... yes!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic