Search blog

Showing posts with label MIT App Inventor. Show all posts
Showing posts with label MIT App Inventor. Show all posts

Tuesday, February 6, 2018

List of all Thunkable Apps in Google Play Store

If you would like to view the list of all the apps made using Thunkable in Google Play Store, please check the following link: http://bit.ly/2BHewYX.

Tuesday, November 22, 2016

Setup Custom TinyWebDB (App Inventor) in Ubuntu or Linux




1. For this tutorial, you will use two commands from the Google App Engine SDK:
1.1. dev_appserver.py, to run the development web server locally
1.2. appcfg.py, for uploading your app to App Engine -- e.g:  In your terminal run the following command: ~/path-to-your-google-cloud-sdk/platform/google_appengine/appcfg.py update ~/customtinywebdb/appinventordb

2. Custom TinyWebDB Tutorial in App Inventor Website: http://bit.ly/2gCYjKw

3. Download Custom TinyWebDb: http://bit.ly/2fiHT3R

4. Installing Google Cloud SDK for App Engine using Python 2.7 in Ubuntu 14.04: http://bit.ly/2gbpWZE

Sunday, September 11, 2016

Install and Run the MIT App Inventor Emulator in Ubuntu 12, 13, 14, 15 & 16



1. You'll need sudo privileges to do the installation.

Note: The setup programs are 32-bit software. If you have a 64-bit system you may need to install libraries to allow your machine run 32-bit software. One way to do this is to run the command:

 sudo apt-get install lib32z1  

2. If you have previously installed the App Inventor setup software, you should remove those files before installing the new software:

 sudo rm -rf /usr/google/appinventor  
 sudo rm -rf ~/.appinventor  


3. Download the .deb package for the Emulator from the following link: http://appinv.us/aisetup_linux_deb

4. Use the GDebi Package Installer to install the .deb Emulator package. If you don't have the GDebi Installer you can get it from the Ubuntu Software Centre at: http://bit.ly/2c1AlRD

5. The software will be installed under /usr/google/appinventor.

6. Hit Ctrl+Alt+T and fire up your Terminal and change directory as below:

 cd /usr/google/appinventor/commands-for-Appinventor  

7. Once in the appInventor directory enter the following command to finally Run the Emulator:

 ./aiStarter  

8. Now connect the appInventor to the Emulator as shown in the image below:

Click Image to Enlarge


Top 5 Posts (Weekly)