• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

My local.properties file in Android Studio 3.0 shows in red but no errors?

 
Ranch Hand
Posts: 331
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm learning Android development and a project which was running fine previously won't run anymore.  It's a simple Quiz app where you select the correct checkbox or radio button as an answer and it gives you a Toast message.

I noticed the project's local.properties file name ( the actual name "properties.file") shows up in red and not white like other properties files ( gradle.properties name is white)  but I do not see any errors in my log and there isn't any compile type errors coming up.
I created a new project and compared the two project's SDK location and file contents and they seem to be the same.  The SDK location from File > Settings > System Settings > Android SDK .
I attached a screen shot of the two projects to hopefully better explain myself.

Can anyone tell me why one project's local.properties file is red ?  
Diff.png
[Thumbnail for Diff.png]
 
Let nothing stop you! Not even this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic