Home > Articles > Mobile Application Development & Programming

This chapter is from the book

Start-Up Problems

As described in Chapter 1 in connection with the system requirements, the number of computers, smartphones, and other hardware systems on which the constantly evolving operating system Android and corresponding apps are used is steadily growing. With more and more heterogeneous system environments becoming available, there is also an increasing initial risk that these options will diverge from, and not be 100 percent compatible with, the Android specifications in their early stages of development. In turn, they may behave differently in connection with the AI development environment.

For many variations, app development with AI is still possible, even if some of the functions in your system environment behave slightly differently from the ones described here. For that reason, as we mentioned in the context of the settings for your Android device, you should not be afraid to skip a step if necessary and try to find your own solution or simply improvise. This book cannot present all existing options—let alone all future possibilities—together with workarounds, so the following variations are meant to be examples of how you can find alternative solutions for some particular cases to get closer to your aim of developing Android apps with App Inventor.

If the Blocks Editor Won’t Start

If you are trying to start the AI Blocks Editor via the AI Designer button labeled “Open the Blocks Editor,” it is possible that your system might neither automatically start the Web Start Launcher (and, therefore, the Blocks Editor), nor ask if you want to start it, as shown in Figure 2.16. Instead, you may be prompted to save the JNLP file locally. Do so, if possible, in a local directory near your other AI files, to ensure you can find the JNLP file easily later on. Now you can go to the directory and double-click on the JNLP file, which should download, verify, and start the Web Start application Blocks Editor, as shown in Figure 2.17.

If the Blocks Editor still does not start, and you instead see only the Java loading time and then an error message “Could not create the Java virtual machine” as shown in Figure 2.34, you can abort the starting process with by clicking OK.

Figure 2.34.

Figure 2.34. Error message if starting the AI Blocks Editor fails

In this case, you can try to trick the local configuration of Java VM on your computer. The JNLP file for starting the Web Start application Blocks Editor requires a certain amount of available memory, which your local system configuration may not have. If you delete this requirement, there is a good chance that the Java applications can make do with the locally available memory space and will no longer abort the loading process. To edit the JNLP file, open a text editor such as Notepad, present on any Windows operating system. Load the JNLP file via the Notepad menu with File > Load, or simply drag the file from the File Explorer into the Notepad window. Now you can see the XML-based content of the JNLP file. Find the text section max-heap-size="1024m" (see Figure 2.35), and delete it completely. Then save the JNLP file under its original name AppInventorForAndroidCodeblocks.jnlp. Now you can double-click on the edited JNLP file and the Web Start application AI Blocks Editor should start.

Figure 2.35.

Figure 2.35. Delete the memory requirement in the JNLP file and save the new setting

If this manipulation of the JNLP file was successful, the start-up problem may still not be permanently fixed. As the AI development environment is permanently evolving, particularly in the beta phase, new versions of the JNLP file are constantly appearing. As a consequence, you may find that the file starts just fine one day, but not at all the next day. In that case, you need to download the current version of the JNLP file and manipulate it again as described previously so that you can start the AI Blocks Editor successfully. Remember that you still have to click the button “Open the Blocks Editor” in AI Designer and that you will usually be asked if you want to download the most current JNLP file. If this start-up problem occurs, you may want to make it a habit to always overwrite the old JNLP file with the new one when starting the AI Blocks Editor and then manipulate the new file as described before double-clicking on it to start the editor. Ideally, this problem will be fixed after the beta-phase AI is superseded by the final version of the program. Your usual starting procedure for the Blocks Editor could look like this:

  1. In AI Designer, click the button labeled “Open the Blocks Editor.”
  2. Save the file AppInventorForAndroidCodeblocks.jnlp locally.
  3. In the JNLP file, delete the text section max-heap-size="1024".
  4. Save the edited JNLP file and then double-click on it.

If this measure does not fix the problem, consult the online Help for AI where you will find further information on known problems and solutions, including issues encountered during start-up of the Blocks Editor. You can find the links to the Help and Troubleshooting sites in the later section “Other Problems.”

If the Connection to the Smartphone Freezes

Given that the smartphone you connect to your computer and the AI development environment is an Android device for which the dynamics and heterogeneity described previously can sometimes lead to initial incompatibilities, it also poses the greatest risk for potential problems arising. These issues are most likely to involve connection problems in various manifestations; as a result, the current app may fail to display properly on the smartphone screen. While discrepancies between the representation in the AI Designer’s Viewer panel and the smartphone are common and nothing to worry about, you will need to act if significant malfunctions occur.

First you need to ensure that your system environment and all its components fulfill the requirements for preparation and installation, as described in Chapter 1. This includes a complete and successful installation of the AI Setup Software. Installing the USB driver successfully on your computer operating system and ensuring it can detect the smartphone is vital for an error-free connection to your smartphone. You should have tested this connection with the AI Setup Software’s ADB tool and fixed any problems as described in the section on installing the AI Setup Software—for example, by reinstalling manufacturer-specific drivers and the device driver. You should also have adjusted the settings of your smartphone successfully, as described in the section on Android device settings. If you have not yet met one or more of these requirements, please go back to the relevant section of this book and follow the troubleshooting measures described there.

In the early days of AI, connectivity problems with the smartphone were quite common, so the AI Google Group made repeated attempts to catalog the various smartphones and their specific problems. In addition to the smartphone and Android version used, this overview was meant to list the different components of the development environment, such as the computer hardware used and the operating system. To date, however, these efforts have not progressed beyond individual discussion threads.

The Google App Inventor Team also addresses this problem in its many manifestations in several entries on its “Troubleshooting” website.

There is also a dedicated link to a web page titled “Work-Arounds & Solutions for Connecting Phones to the Blocks Editor” that deals exclusively with connection issues.

Browse this page, and try out the solution for a system or smartphone configuration even if it does not exactly match yours. Perhaps you will be lucky and this solution will also help resolve the problem with your particular setup. If you still cannot find a solution for your connection issue here, you also have the accumulated knowledge of thousands of members of the AI Forum at your disposal. You can search the countless contributions for existing solutions or ask for assistance with your problem, as described in the next section.

If there really is no solution for your individual connection problems and the system components cannot be changed, you still have the option of carrying out your development work using the emulator as an alternative to the smartphone. Once you have developed your Android app with the AI Designer, Blocks Editor, and the emulator, you can get it to your smartphone from the AI Designer in various ways by clicking the button “Package to Phone” and the alternative menu items “Show Barcode” or “Download to this Computer.” As you can see, there is (almost) always a solution!

Other Problems

If you run into any other special problems or difficulties during your development work, first confirm that all of the system requirements have really been fulfilled and that all installations and settings are working correctly and tested. Then have a look in the AI online documentation, which may describe new solutions and approaches that were not yet available at the time of printing of this book.

If you are having problems other than the ones described here, refer to the online Help on AI under “Troubleshooting.” There, you will find further notes on common issues and their solutions.

In some cases, the problem might trace back to the provider. Please refer to the specific information sites of your AI provider to find tips, help, hints, and FAQs.

The AI Forum

If the specific problems of your individual system environment are not covered in the AI documentation and “Troubleshooting” page, you can turn to the App Inventor Forum. Here, like-minded users exchange their experiences with AI and discuss various topics on app development. Surely you will find someone here who can offer tips or even solutions for your current problem. Just as the AI IDE keeps evolving, so the AI Forum has also changed during the course of AI’s beta phase. With the constantly growing number of members and their myriad contributions, the Google moderators found it increasingly more difficult to keep track of their input, structure the topics, and pass the information on for further editing in an organized way. In addition to other measures, such as introducing an Issues List (see Chapter 3), the previously centralized AI Forum “Coffee Shop” was divided into five subforums on November 17, 2010, to better organize this information:

  • “AI Announcements”: Official announcements by Google developers
  • “Getting Set Up and Connecting Your Phone to AI”: Questions and answers on problems with preparation and installation of AI IDE plus connecting smartphones (If you have questions on the topics in this chapter, this is the right place to look!)
  • “Programming with AI”: Questions on app development with AI (Check here if you are having problems during development with AI!)
  • “AI in Education”: A special forum on topics about using AI in the classroom (aimed primarily at educators, following the original intention of AI to be an entry platform for programming newbies)
  • “AI Coffee Shop”: General discussions on using AI, its future, and its potential as an extension of the former AI Google Group

In addition to immediately seeing the most recent three posts, as shown in Figure 2.36, you can access all posts in each forum by clicking on the forum name. To post your own contributions, you can simply register for the desired forum and submit your posts (except in the “Announcements,” which are reserved for Google developers).

Figure 2.36.

Figure 2.36. Overview of subforums within AI Forum

Above the forum overview, you can find the links to further sources of information (see the top of Figure 2.37) such as the User-FAQ, the “Troubleshooting” website, the AI documentation, and the Issues List. It’s worth visiting this page regularly.

Figure 2.37.

Figure 2.37. Subforum with search field and example posts

Before posting a new question, you should check whether it has not already been asked, discussed, and answered. To search all the posts of the relevant subforum, enter a search term in the box above the forum posts and click the Search button (see Figure 2.37). If posts on the topic you searched for were found, the links are displayed.

Please use appropriate search terms first to look for tips and help. Only if the problem has really not yet been discussed should you describe it in a new post and ask the other members for help with fixing it. Describe your problem as accurately as possible and submit your post. To do so, you first need to register in the relevant subforum. Then you just have to wait for an answer from the group, which usually does not take long. Together with the helpful and dedicated group members, you will certainly soon find one or more answers to your particular questions.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020