Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8445557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:41:08+00:00 2026-06-10T09:41:08+00:00

When I try to make a make an Android app with GreenDroid, so I

  • 0

When I try to make a make an Android app with GreenDroid, so I put the code in there but it asks for a ; while there already is one.

as people asked for the whole code hereby the whole code!

import greendroid.app.GDApplication;
import android.content.Intent;
import android.net.Uri;

public class GreenDroidTest extends GDApplication {

@Override
public Class<?> getHomeActivityClass() {
    return GreenDroidTest.class;
}

@Override
public Intent getMainApplicationIntent() {
return new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.app_url)));
    }

 }

And I can’t find any solutions. I already tried Cleaning and building the workspace.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T09:41:09+00:00Added an answer on June 10, 2026 at 9:41 am

    Cut some of that nesting up into multiple lines. That way you can get better visibility as to the location the compiler is complaining about. For example

    1 @Override
    2 public Intent getMainApplicationIntent() {
    3     return new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.app_url)));
    4 }
    

    might tell you a semicolon is needed at line 3, but

    1  @Override
    2  public Intent getMainApplicationIntent() {
    3      return new Intent(
    4          Intent.ACTION_VIEW, 
    5          Uri.parse(
    6              getString(
    7                  R.string.app_url
    8              )
    9          )
    10     );
    11 }
    

    might tell you a semicolon is needed at line 8.

    After you have identified where the semicolon is needed, you can happily put the line back together, with a semicolon in the “right” spot.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to make empty textbox checking for android. i tried try catch but
I'm tryng to make my Android app register a service via zeroconf while the
I can run this code in Android app (using PhoneGap adn jQuery Mobile) but
I try to make an Android App with Scala, SBT and Google Maps. plugins.scala:
I could not make a post request from my android app, there must be
Hello Friends, I make one app in android, in which i take three radio
I wrote code to make get request on Android, but I error like this:
I try to develop an Android app. I already managed to implement a rather
I try to make an Android application which communicates with a non-standard ISO15693 (NFC-V)
I try to make a apps that need barcode scanner, i already can get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.