All Questions
4 questions
4
votes
1
answer
23k
views
Error:(26) error: ' ' is incompatible with attribute android:icon (attr) reference
I am trying to hide the status bar but decided not to do so, so i did back everything but this problem exist.
errors:
Error:(26) error: ' ' is incompatible with attribute android:icon (attr) ...
1
vote
5
answers
226
views
My App Installs Two Applications - Android
Whenever I try to run my App, it installs two app in the emulator/device. I only want to Install my Main Activity, but the Splash Activity installs also. I know the problem is in the Manifest. Can ...
0
votes
2
answers
704
views
Android Application won't show up even though it said it was installed
I am trying to install an application on my android phone. It says it is successful but I don't see it on my phone.
Here is my xml manifest
<?xml version="1.0" encoding="utf-8"?>
<manifest ...
0
votes
1
answer
670
views
I Can't Resolve the R.java file!! Help?
I just want to generate a Google Maps app to play with Android development but I can't seem to get past this "R cannot be resolved to a variable" error.
I have tried the uncheck Build Automatically, ...