gang018 Posted August 20, 2013 Share Posted August 20, 2013 I'm trying to build classicSkin from git sources.Following the tutorial, I changed data in manifest and stringsTried to build with simple typing ant and it compiles to jar file.But when I try to compile with ant apkpush I got an error:package R does not existsetContentView(R.layout.activity_info); building and cleaning project in Eclipse did not helpany suggestions? thanks Link to comment Share on other sites More sharing options...
maxmp Posted November 21, 2013 Share Posted November 21, 2013 Do you see -code-gen: [echo] SKIN: Generating R.java / Manifest.java from the resources...during build process? There should be R.java generated automatically, but it's not in default (empty) package, it's always in "your package name as specified in AndroidManifest.xml). Make sure to add appropriate import then. For the github sources, it's generated into package com.maxmpz.poweramp.skins.classic.InfoActivity is in the same package, but you may need to change it or import package com.maxmpz.poweramp.skins.classic Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.