Tutorial : Building Android Package Without Eclipse

Discussion in 'Buildbox General Discussion' started by EZKad, Jul 18, 2016.

  1. Arshpreet

    Arshpreet Avid Boxer

    Joined:
    Jul 20, 2016
    Messages:
    248
    Likes Received:
    50
    not working for me,its not installing app in my both note 3 and s4 mobiles,i did everything same,its saying sdk not found.please help i am trying to make apk fr 4 days but failing every time.
     
  2. EZKad

    EZKad Avid Boxer

    Joined:
    Apr 26, 2016
    Messages:
    157
    Likes Received:
    155
    The tutorial assume that you have sdk already installed (it's checked in the first part of the tutorial), if not you need to install android sdk first.
    you have two options here, install Android studio and it'll install the SDK for you.
    or install the standalone version available here https://developer.android.com/studio/index.html#downloads
     
    Arshpreet likes this.
  3. Arshpreet

    Arshpreet Avid Boxer

    Joined:
    Jul 20, 2016
    Messages:
    248
    Likes Received:
    50
    thanks for reply sir but still not working,i have installed android Studio in c and its using sdk from eclipse which is in h drive,as u can see images here http://pho.to/AEgCg
     

    Attached Files:

    • 2.jpg
      2.jpg
      File size:
      408.1 KB
      Views:
      9
    • 3.png
      3.png
      File size:
      189.4 KB
      Views:
      7
    • 4.jpg
      4.jpg
      File size:
      407.2 KB
      Views:
      7
    • 5.jpg
      5.jpg
      File size:
      407.2 KB
      Views:
      7
    • 6.jpg
      6.jpg
      File size:
      146.9 KB
      Views:
      7
    • 7.jpg
      7.jpg
      File size:
      157.3 KB
      Views:
      7
    • 8.jpg
      8.jpg
      File size:
      256.4 KB
      Views:
      7
    • Untitled-1.jpg
      Untitled-1.jpg
      File size:
      408.1 KB
      Views:
      7
  4. EZKad

    EZKad Avid Boxer

    Joined:
    Apr 26, 2016
    Messages:
    157
    Likes Received:
    155
    seems that android environment variables are not set.
    depending on where your android sdk is installed, you need to set ANDROID_HOME variable to the path where SDK is installed, and add platform-tools to path variable

    you need to create or edit ANDROID_HOME environment varibale and set its value to : h:\your_path_to\android-sdk

    edit PATH environment variable and add at the end : ;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools

    those are related to android SDK installation, not BBuilder itself.

    hope it'll help.
     
  5. Jackps

    Jackps Boxer

    Joined:
    Mar 12, 2018
    Messages:
    29
    Likes Received:
    6
    Hello, sorry what I revive old topic) but would you have a new recipe for build apk without Android Studio with use new sdk tools ?
     

Share This Page